public class GemfireQueryException extends InvalidDataAccessResourceUsageException
InvalidDataAccessResourceUsageException
thrown on invalid
OQL query syntax.Constructor and Description |
---|
GemfireQueryException(com.gemstone.gemfire.cache.query.QueryException ex) |
GemfireQueryException(com.gemstone.gemfire.cache.query.QueryExecutionTimeoutException ex) |
GemfireQueryException(com.gemstone.gemfire.cache.query.QueryInvalidException ex) |
GemfireQueryException(RuntimeException ex) |
GemfireQueryException(String message,
com.gemstone.gemfire.cache.query.QueryException ex) |
GemfireQueryException(String message,
com.gemstone.gemfire.cache.query.QueryExecutionTimeoutException ex) |
GemfireQueryException(String message,
com.gemstone.gemfire.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, com.gemstone.gemfire.cache.query.QueryException ex)
public GemfireQueryException(com.gemstone.gemfire.cache.query.QueryException ex)
public GemfireQueryException(String message, com.gemstone.gemfire.cache.query.QueryExecutionTimeoutException ex)
public GemfireQueryException(com.gemstone.gemfire.cache.query.QueryExecutionTimeoutException ex)
public GemfireQueryException(String message, com.gemstone.gemfire.cache.query.QueryInvalidException ex)
public GemfireQueryException(com.gemstone.gemfire.cache.query.QueryInvalidException ex)
public GemfireQueryException(String message, RuntimeException ex)
public GemfireQueryException(RuntimeException ex)