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