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

public class GemfireQueryException extends org.springframework.dao.InvalidDataAccessResourceUsageException
GemFire-specific subclass of InvalidDataAccessResourceUsageException thrown on invalid OQL query syntax.
See Also:
  • Constructor Details

    • GemfireQueryException

      public GemfireQueryException(String message, org.apache.geode.cache.query.QueryException ex)
    • GemfireQueryException

      public GemfireQueryException(org.apache.geode.cache.query.QueryException ex)
    • GemfireQueryException

      public GemfireQueryException(String message, org.apache.geode.cache.query.QueryExecutionTimeoutException ex)
    • GemfireQueryException

      public GemfireQueryException(org.apache.geode.cache.query.QueryExecutionTimeoutException ex)
    • GemfireQueryException

      public GemfireQueryException(String message, org.apache.geode.cache.query.QueryInvalidException ex)
    • GemfireQueryException

      public GemfireQueryException(org.apache.geode.cache.query.QueryInvalidException ex)
    • GemfireQueryException

      public GemfireQueryException(String message, RuntimeException ex)
    • GemfireQueryException

      public GemfireQueryException(RuntimeException ex)