| Package | Description |
|---|---|
| com.datastax.driver.auth | |
| 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 |
|---|
| AuthenticationException
Indicates an error during the authentication phase while connecting to a node.
|
| CodecNotFoundException
Thrown when a suitable
TypeCodec cannot be found by
CodecRegistry instances. |
| InvalidTypeException |
| Class and Description |
|---|
| BootstrappingException
Indicates that the contacted host was bootstrapping.
|
| DriverException
Top level class for exceptions thrown by the driver.
|
| DriverInternalError
An unexpected error happened internally.
|
| InvalidQueryException
Indicates a syntactically correct but invalid query.
|
| OverloadedException
Indicates that the contacted host reported itself being overloaded.
|
| QueryConsistencyException
A failure to reach the required consistency level during the execution of a query.
|
| QueryExecutionException
Exception related to the execution of a query.
|
| QueryValidationException
An exception indicating that a query cannot be executed because it is
syntactically incorrect, invalid, unauthorized or any other reason.
|
| UnpreparedException
Indicates that the contacted host replied with an UNPREPARED error code.
|
Copyright © 2012–2015. All rights reserved.