Package | Description |
---|---|
com.datastax.driver.core.exceptions |
Exceptions thrown by the DataStax Java driver for Cassandra.
|
Modifier and Type | Class and Description |
---|---|
class |
QueryTimeoutException
A Cassandra timeout during a query.
|
class |
ReadTimeoutException
A Cassandra timeout during a read query.
|
class |
TruncateException
Error during a truncation operation.
|
class |
UnavailableException
Exception thrown when the coordinator knows there is not enough replica
alive to perform a query with the requested consistency level.
|
class |
WriteTimeoutException
A Cassandra timeout during a write query.
|