public class CqClosedException extends CacheRuntimeException
Constructor and Description |
---|
CqClosedException(java.lang.String msg)
Constructor used by concrete subclasses
|
CqClosedException(java.lang.String msg,
java.lang.Throwable cause)
Constructor used by concrete subclasses
|
CqClosedException(java.lang.Throwable cause)
Constructor used by concrete subclasses
|
toString
getRootCause
public CqClosedException(java.lang.String msg, java.lang.Throwable cause)
msg
- the error messagecause
- a Throwable cause of this exceptionpublic CqClosedException(java.lang.String msg)
msg
- the error messagepublic CqClosedException(java.lang.Throwable cause)
cause
- a Throwable cause of this exception