public class GemfireQueryException extends 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(RuntimeException ex) |
GemfireQueryException(String message,
org.apache.geode.cache.query.QueryException ex) |
GemfireQueryException(String message,
org.apache.geode.cache.query.QueryExecutionTimeoutException ex) |
GemfireQueryException(String message,
org.apache.geode.cache.query.QueryInvalidException ex) |
GemfireQueryException(String message,
RuntimeException ex) |
contains, getMessage, getMostSpecificCause, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public GemfireQueryException(String message, org.apache.geode.cache.query.QueryException ex)
public GemfireQueryException(org.apache.geode.cache.query.QueryException ex)
public GemfireQueryException(String message, org.apache.geode.cache.query.QueryExecutionTimeoutException ex)
public GemfireQueryException(org.apache.geode.cache.query.QueryExecutionTimeoutException ex)
public GemfireQueryException(String message, org.apache.geode.cache.query.QueryInvalidException ex)
public GemfireQueryException(org.apache.geode.cache.query.QueryInvalidException ex)
public GemfireQueryException(String message, RuntimeException ex)
public GemfireQueryException(RuntimeException ex)
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.