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