public class CqClosedException extends CacheRuntimeException
Constructor and Description |
---|
CqClosedException(String msg)
Constructor used by concrete subclasses
|
CqClosedException(String msg,
Throwable cause)
Constructor used by concrete subclasses
|
CqClosedException(Throwable cause)
Constructor used by concrete subclasses
|
toString
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public CqClosedException(String msg, Throwable cause)
msg
- the error messagecause
- a Throwable cause of this exceptionpublic CqClosedException(String msg)
msg
- the error messagepublic CqClosedException(Throwable cause)
cause
- a Throwable cause of this exception