| Package | Description |
|---|---|
| com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
| com.datastax.driver.core.exceptions |
Exceptions thrown by the DataStax Java driver for Cassandra.
|
| Class and Description |
|---|
| AuthenticationException
Indicates an error during the authentication phase while connecting to a node.
|
| Class and Description |
|---|
| AlreadyExistsException
Exception thrown when a query attempts to create a keyspace or table that already exists.
|
| BootstrappingException
Indicates that the contacted host was bootstrapping when it received a read query.
|
| CoordinatorException
An interface for exceptions that are able to report the address of the coordinator host
that was contacted.
|
| DriverException
Top level class for exceptions thrown by the driver.
|
| DriverInternalError
An unexpected error happened internally.
|
| InvalidConfigurationInQueryException
A specific invalid query exception that indicates that the query is invalid
because of some configuration problem.
|
| InvalidQueryException
Indicates a syntactically correct but invalid query.
|
| OverloadedException
Indicates that the contacted host reported itself being overloaded.
|
| ProtocolError
Indicates that the contacted host reported a protocol error.
|
| QueryExecutionException
Exception related to the execution of a query.
|
| QueryTimeoutException
A Cassandra timeout during a query.
|
| QueryValidationException
An exception indicating that a query cannot be executed because it is
syntactically incorrect, invalid, unauthorized or any other reason.
|
| ReadTimeoutException
A Cassandra timeout during a read query.
|
| ServerError
Indicates that the contacted host reported un expected error.
|
| UnavailableException
Exception thrown when the coordinator knows there is not enough replica
alive to perform a query with the requested consistency level.
|
| UnpreparedException
Indicates that the contacted host replied with an UNPREPARED error code.
|
| WriteTimeoutException
A Cassandra timeout during a write query.
|