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