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