public class UnrecognizedLoaderException extends ResourceLoadingException
| Constructor and Description |
|---|
UnrecognizedLoaderException()
Creates a StackableRuntimeException with no message and no parent.
|
UnrecognizedLoaderException(java.lang.String message)
Creates an exception.
|
UnrecognizedLoaderException(java.lang.String message,
java.lang.Exception ex)
Creates an exception.
|
getMessage, getParent, getParentThrowable, printStackTrace, printStackTrace, printStackTrace, toStringpublic UnrecognizedLoaderException()
public UnrecognizedLoaderException(java.lang.String message,
java.lang.Exception ex)
message - the exception message.ex - the parent exception.public UnrecognizedLoaderException(java.lang.String message)
message - the exception message.