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