Package com.hazelcast.query
Class QueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hazelcast.core.HazelcastException
com.hazelcast.query.QueryException
- All Implemented Interfaces:
Serializable
Exception class for the Query.
- See Also:
-
Constructor Summary
ConstructorDescriptionQueryException
(String message) QueryException
(String message, Throwable cause) QueryException
(Throwable cause) -
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
public QueryException() -
QueryException
-
QueryException
-
QueryException
-