java.io.Serializable
UnrecognizedLoaderException
public class ResourceLoadingException extends ResourceException
Constructor | Description |
---|---|
ResourceLoadingException() |
Creates a StackableRuntimeException with no message and no parent.
|
ResourceLoadingException(java.lang.String message) |
Creates an exception.
|
ResourceLoadingException(java.lang.String message,
java.lang.Exception ex) |
Creates an exception.
|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
public ResourceLoadingException()
public ResourceLoadingException(java.lang.String message, java.lang.Exception ex)
message
- the exception message.ex
- the parent exception.public ResourceLoadingException(java.lang.String message)
message
- the exception message.