| Name | Description | Type | Package | Framework |
| AlreadyExistsException | Exception thrown when a query attempts to create a keyspace or table that already exists. | Class | com.datastax.driver.core.exceptions | DataStax |
| AuthenticationException | Indicates an error during the authentication phase while connecting to a node. | Class | com.datastax.driver.core.exceptions | DataStax |
| BootstrappingException | Indicates that the contacted host was bootstrapping. | Class | com.datastax.driver.core.exceptions | DataStax |
| CoordinatorException | An interface for exceptions that are able to report the address of the coordinator host that triggered the response error which caused the exception to be raised. | Interface | com.datastax.driver.core.exceptions | DataStax |
| DriverException | Top level class for exceptions thrown by the driver. | Class | com.datastax.driver.core.exceptions | DataStax |
| DriverInternalError | An unexpected error happened internally. | Class | com.datastax.driver.core.exceptions | DataStax |
| InvalidConfigurationInQueryException | A specific invalid query exception that indicates that the query is invalid because of some configuration problem. | Class | com.datastax.driver.core.exceptions | DataStax |
| InvalidQueryException | Indicates a syntactically correct but invalid query. | Class | com.datastax.driver.core.exceptions | DataStax |
| InvalidTypeException | Class | com.datastax.driver.core.exceptions | DataStax | |
| NoHostAvailableException | Exception thrown when a query cannot be performed because no host are This exception is thrown if | Class | com.datastax.driver.core.exceptions | DataStax |
| OverloadedException | Indicates that the contacted host reported itself being overloaded. | Class | com.datastax.driver.core.exceptions | DataStax |
| PagingStateException | Class | com.datastax.driver.core.exceptions | DataStax | |
| ProtocolError | Indicates that the contacted host reported a protocol error. | Class | com.datastax.driver.core.exceptions | DataStax |
| QueryExecutionException | Exception related to the execution of a query. | Class | com.datastax.driver.core.exceptions | DataStax |
| QueryTimeoutException | A Cassandra timeout during a query. | Class | com.datastax.driver.core.exceptions | DataStax |
| QueryValidationException | An exception indicating that a query cannot be executed because it is syntactically incorrect, invalid, unauthorized or any other reason. | Class | com.datastax.driver.core.exceptions | DataStax |
| ReadTimeoutException | A Cassandra timeout during a read query. | Class | com.datastax.driver.core.exceptions | DataStax |
| ServerError | Indicates that the contacted host reported un expected error. | Class | com.datastax.driver.core.exceptions | DataStax |
| SyntaxError | Indicates a syntax error in a query. | Class | com.datastax.driver.core.exceptions | DataStax |
| TraceRetrievalException | Exception thrown if a query trace cannot be retrieved. | Class | com.datastax.driver.core.exceptions | DataStax |
| TruncateException | Error during a truncation operation. | Class | com.datastax.driver.core.exceptions | DataStax |
| UnauthorizedException | Indicates that a query cannot be performed due to the authorization restrictions of the logged user. | Class | com.datastax.driver.core.exceptions | DataStax |
| UnavailableException | Exception thrown when the coordinator knows there is not enough replica alive to perform a query with the requested consistency level. | Class | com.datastax.driver.core.exceptions | DataStax |
| UnpreparedException | Indicates that the contacted host replied with an UNPREPARED error code. | Class | com.datastax.driver.core.exceptions | DataStax |
| UnsupportedFeatureException | Exception thrown when a feature is not supported by the native protocolSee Also:Serialized Form | Class | com.datastax.driver.core.exceptions | DataStax |
| WriteTimeoutException | A Cassandra timeout during a write query. | Class | com.datastax.driver.core.exceptions | DataStax |