Class QueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tangosol.coherence.rest.query.QueryException
- All Implemented Interfaces:
 Serializable
Query execution specific exception.
- Author:
 - ic 2011.12.04
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionQueryException(String sMessage) Construct an instance of QueryException.QueryException(String sMessage, Throwable cause) Construct an instance of QueryException.QueryException(Throwable cause) Construct an instance of QueryException. - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
QueryException
Construct an instance of QueryException.- Parameters:
 sMessage- detail message
 - 
QueryException
Construct an instance of QueryException.- Parameters:
 sMessage- detail messagecause- the cause
 - 
QueryException
Construct an instance of QueryException.- Parameters:
 cause- the cause
 
 -