public abstract class QueryExecutionException extends DriverException
This corresponds to the exception that Cassandra throws when a (valid) query cannot be executed (TimeoutException, UnavailableException, ...).
| Modifier | Constructor and Description | 
|---|---|
protected  | 
QueryExecutionException(String msg)  | 
protected  | 
QueryExecutionException(String msg,
                       Throwable cause)  | 
copyaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2012–2019. All rights reserved.