Package | Description |
---|---|
com.datastax.driver.core.exceptions |
Exceptions thrown by the DataStax Java driver for Cassandra.
|
Modifier and Type | Class and Description |
---|---|
class |
BootstrappingException
Indicates that the contacted host was bootstrapping when it received a read query.
|
class |
CASWriteUnknownException |
class |
CDCWriteException
An error occurred when trying to write a CDC mutation to the commitlog *
|
class |
FunctionExecutionException
Error during the execution of a function.
|
class |
OverloadedException
Indicates that the contacted host reported itself being overloaded.
|
class |
QueryConsistencyException
A failure to reach the required consistency level during the execution of a query.
|
class |
ReadFailureException
A non-timeout error during a read 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 replicas alive to perform a query
with the requested consistency level.
|
class |
WriteFailureException
A non-timeout error during a write query.
|
class |
WriteTimeoutException
A Cassandra timeout during a write query.
|
Copyright © 2012–2023. All rights reserved.