Class IllegalResourceTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.exoplatform.services.jcr.webdav.resource.IllegalResourceTypeException
- All Implemented Interfaces:
Serializable
Created by The eXo Platform SARL .
- Version:
- $Id: $
- Author:
- Gennady Azarenkov
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.IllegalResourceTypeException(String message) Constructor accepting String as message.IllegalResourceTypeException(String message, Throwable t) Constructor accepting String as message and Throwable object as the second argument.Constructor accepting Throwable as an argument. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalResourceTypeException
public IllegalResourceTypeException()Default constructor. -
IllegalResourceTypeException
Constructor accepting String as message and Throwable object as the second argument.- Parameters:
message- messaget- Throwable
-
IllegalResourceTypeException
Constructor accepting String as message.- Parameters:
message- message
-
IllegalResourceTypeException
Constructor accepting Throwable as an argument.- Parameters:
t- Throwable
-