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