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) |
copy
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2012–2018. All rights reserved.