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, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace
public ResourceLoadingException()
public ResourceLoadingException(String message, Exception ex)
message
- the exception message.ex
- the parent exception.public ResourceLoadingException(String message)
message
- the exception message.