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 SummaryConstructorsConstructorDescriptionQueryException(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 SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
QueryExceptionConstruct an instance of QueryException.- Parameters:
- sMessage- detail message
 
- 
QueryExceptionConstruct an instance of QueryException.- Parameters:
- sMessage- detail message
- cause- the cause
 
- 
QueryExceptionConstruct an instance of QueryException.- Parameters:
- cause- the cause
 
 
-