public class IllegalResourceTypeException extends Exception
| Constructor and 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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IllegalResourceTypeException()
public IllegalResourceTypeException(String message, Throwable t)
message - messaget - Throwablepublic IllegalResourceTypeException(String message)
message - messagepublic IllegalResourceTypeException(Throwable t)
t - ThrowableCopyright © 2016 eXo Platform SAS. All Rights Reserved.