public class ResourceLoadingException extends ResourceException
| Constructor and Description |
|---|
ResourceLoadingException()
Creates a StackableRuntimeException with no message and no parent.
|
ResourceLoadingException(String message)
Creates an exception.
|
ResourceLoadingException(String message,
Exception ex)
Creates an exception.
|
getMessage, getParent, getParentThrowable, printStackTrace, printStackTrace, printStackTrace, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTracepublic ResourceLoadingException()
public ResourceLoadingException(String message, Exception ex)
message - the exception message.ex - the parent exception.public ResourceLoadingException(String message)
message - the exception message.