Class QueryException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- com.tangosol.coherence.rest.query.QueryException
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class QueryException extends RuntimeException
Query execution specific exception.- Author:
 - ic 2011.12.04
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description QueryException(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 Detail
- 
QueryException
public QueryException(String sMessage)
Construct an instance of QueryException.- Parameters:
 sMessage- detail message
 
- 
QueryException
public QueryException(String sMessage, Throwable cause)
Construct an instance of QueryException.- Parameters:
 sMessage- detail messagecause- the cause
 
- 
QueryException
public QueryException(Throwable cause)
Construct an instance of QueryException.- Parameters:
 cause- the cause
 
 - 
 
 -