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
NoHostAvailableException
          Exception thrown when a query cannot be performed because no host are available.
 

Classes in com.datastax.driver.core.exceptions used by com.datastax.driver.core.exceptions
DriverException
          Top level class for (checked) exceptions thrown by the driver.
DriverUncheckedException
          Top level class for unchecked 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 incorrect syntaxically, invalid, unauthorized or any other reason.
 



Copyright © 2013. All Rights Reserved.