Uses of Package
com.datastax.driver.core.exceptions

Packages that use com.datastax.driver.core.exceptions
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. 
 

Classes in com.datastax.driver.core.exceptions used by com.datastax.driver.core
AuthenticationException
          Indicates an error during the authentication phase while connecting to a node.
 

Classes in com.datastax.driver.core.exceptions used by com.datastax.driver.core.exceptions
DriverException
          Top level class for exceptions thrown by the driver.
InvalidQueryException
          Indicates a syntactically correct but invalid query.
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.
 



Copyright © 2013. All rights reserved.