public class GemfireQueryException
extends org.springframework.dao.InvalidDataAccessResourceUsageException
InvalidDataAccessResourceUsageException
thrown on invalid
OQL query syntax.Constructor and Description |
---|
GemfireQueryException(org.apache.geode.cache.query.QueryException ex) |
GemfireQueryException(org.apache.geode.cache.query.QueryExecutionTimeoutException ex) |
GemfireQueryException(org.apache.geode.cache.query.QueryInvalidException ex) |
GemfireQueryException(java.lang.RuntimeException ex) |
GemfireQueryException(java.lang.String message,
org.apache.geode.cache.query.QueryException ex) |
GemfireQueryException(java.lang.String message,
org.apache.geode.cache.query.QueryExecutionTimeoutException ex) |
GemfireQueryException(java.lang.String message,
org.apache.geode.cache.query.QueryInvalidException ex) |
GemfireQueryException(java.lang.String message,
java.lang.RuntimeException ex) |
contains, getMessage, getMostSpecificCause, getRootCause
public GemfireQueryException(java.lang.String message, org.apache.geode.cache.query.QueryException ex)
public GemfireQueryException(org.apache.geode.cache.query.QueryException ex)
public GemfireQueryException(java.lang.String message, org.apache.geode.cache.query.QueryExecutionTimeoutException ex)
public GemfireQueryException(org.apache.geode.cache.query.QueryExecutionTimeoutException ex)
public GemfireQueryException(java.lang.String message, org.apache.geode.cache.query.QueryInvalidException ex)
public GemfireQueryException(org.apache.geode.cache.query.QueryInvalidException ex)
public GemfireQueryException(java.lang.String message, java.lang.RuntimeException ex)
public GemfireQueryException(java.lang.RuntimeException ex)