Package org.springframework.data.gemfire
Class GemfireQueryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.NonTransientDataAccessException
org.springframework.dao.InvalidDataAccessResourceUsageException
org.springframework.data.gemfire.GemfireQueryException
- All Implemented Interfaces:
Serializable
GemFire-specific subclass of
InvalidDataAccessResourceUsageException
thrown on invalid
OQL query syntax.- Author:
- Costin Leau
- See Also:
-
Constructor Summary
ConstructorDescriptionGemfireQueryException
(String message, RuntimeException ex) GemfireQueryException
(String message, QueryException ex) GemfireQueryException
(String message, QueryExecutionTimeoutException ex) GemfireQueryException
(String message, QueryInvalidException ex) -
Method Summary
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GemfireQueryException
-
GemfireQueryException
-
GemfireQueryException
-
GemfireQueryException
-
GemfireQueryException
-
GemfireQueryException
-
GemfireQueryException
-
GemfireQueryException
-