public abstract class ResourceException extends CacheRuntimeException
Constructor and Description |
---|
ResourceException()
Creates a new instance of
ResourceException without detail message. |
ResourceException(String msg)
Constructs an instance of
ResourceException with the specified detail message. |
ResourceException(String msg,
Throwable cause)
Constructs an instance of
ResourceException with the specified detail message and
cause. |
ResourceException(Throwable cause)
Constructs an instance of
ResourceException with the specified cause. |
toString
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public ResourceException()
ResourceException
without detail message.public ResourceException(String msg)
ResourceException
with the specified detail message.msg
- the detail messagepublic ResourceException(String msg, Throwable cause)
ResourceException
with the specified detail message and
cause.msg
- the detail messagecause
- the causal Throwablepublic ResourceException(Throwable cause)
ResourceException
with the specified cause.cause
- the causal Throwable