Class IllegalResourceTypeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.exoplatform.services.jcr.webdav.resource.IllegalResourceTypeException
All Implemented Interfaces:
Serializable

public class IllegalResourceTypeException extends Exception
Created by The eXo Platform SARL .
Version:
$Id: $
Author:
Gennady Azarenkov
See Also:
  • Constructor Details

    • IllegalResourceTypeException

      public IllegalResourceTypeException()
      Default constructor.
    • IllegalResourceTypeException

      public IllegalResourceTypeException(String message, Throwable t)
      Constructor accepting String as message and Throwable object as the second argument.
      Parameters:
      message - message
      t - Throwable
    • IllegalResourceTypeException

      public IllegalResourceTypeException(String message)
      Constructor accepting String as message.
      Parameters:
      message - message
    • IllegalResourceTypeException

      public IllegalResourceTypeException(Throwable t)
      Constructor accepting Throwable as an argument.
      Parameters:
      t - Throwable