Class UnsupportedQueryExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.data.gemfire.repository.query.support.UnsupportedQueryExecutionException
- All Implemented Interfaces:
Serializable
A Java
RuntimeException indicating that the Apache Geode OQL query could not be executed (i.e. handled)
by the OqlQueryExecutor.- Since:
- 2.4.0
- Author:
- John Blum
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new, uninitialized instance ofUnsupportedQueryExecutionException.UnsupportedQueryExecutionException(String message) Constructs a new instance ofUnsupportedQueryExecutionExceptioninitialized with the givenmessagedescribing the exception.UnsupportedQueryExecutionException(String message, Throwable cause) Constructs a new instance ofUnsupportedQueryExecutionExceptioninitialized with the givenmessagedescribing the exception and givenThrowableas the underlying cause of this exception.Constructs a new instance ofUnsupportedQueryExecutionExceptioninitialized with the givenThrowableas the underlying cause of this exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnsupportedQueryExecutionException
public UnsupportedQueryExecutionException()Constructs a new, uninitialized instance ofUnsupportedQueryExecutionException. -
UnsupportedQueryExecutionException
Constructs a new instance ofUnsupportedQueryExecutionExceptioninitialized with the givenmessagedescribing the exception. -
UnsupportedQueryExecutionException
Constructs a new instance ofUnsupportedQueryExecutionExceptioninitialized with the givenThrowableas the underlying cause of this exception. -
UnsupportedQueryExecutionException
Constructs a new instance ofUnsupportedQueryExecutionExceptioninitialized with the givenmessagedescribing the exception and givenThrowableas the underlying cause of this exception.
-