public class CacheClosedException extends CancelException
Cache
after the cache has been closed.Cache
,
Serialized FormConstructor and Description |
---|
CacheClosedException()
Constructs a new
CacheClosedException . |
CacheClosedException(String msg)
Constructs a new
CacheClosedException with a message string. |
CacheClosedException(String msg,
Throwable cause)
Constructs a new
CacheClosedException with a message string and a cause. |
CacheClosedException(Throwable cause)
Constructs a new
CacheClosedException with a cause. |
toString
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public CacheClosedException()
CacheClosedException
.public CacheClosedException(String msg)
CacheClosedException
with a message string.msg
- a message stringpublic CacheClosedException(String msg, Throwable cause)
CacheClosedException
with a message string and a cause.msg
- the message stringcause
- a causal Throwablepublic CacheClosedException(Throwable cause)
CacheClosedException
with a cause.cause
- a causal Throwable