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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalResourceTypeException()Default 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.IllegalResourceTypeException(Throwable t)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 Detail
-
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- messaget- 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
-
-