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

public class UnsupportedQueryExecutionException extends RuntimeException
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: