Uses of Class
com.datastax.driver.core.exceptions.DriverUncheckedException

Packages that use DriverUncheckedException
com.datastax.driver.core.exceptions Exceptions thrown by the DataStax Java driver for Cassandra. 
 

Uses of DriverUncheckedException in com.datastax.driver.core.exceptions
 

Subclasses of DriverUncheckedException in com.datastax.driver.core.exceptions
 class AlreadyExistsException
          Exception thrown when a query attemps to create a keyspace or table that already exists.
 class AuthenticationException
          Indicates an error during the authentication phase while connecting to a node.
 class InvalidConfigurationInQueryException
          A specific invalid query exception that indicates that the query is invalid because of some configuration problem.
 class InvalidQueryException
          Indicates a syntactically correct but invalid query.
 class InvalidTypeException
           
 class QueryExecutionException
          Exception related to the execution of a query.
 class QueryTimeoutException
          A Cassandra timeout during a query.
 class QueryValidationException
          An exception indicating that a query cannot be executed because it is incorrect syntaxically, invalid, unauthorized or any other reason.
 class ReadTimeoutException
          A Cassandra timeout during a read query.
 class SyntaxError
          Indicates a syntax error in a query.
 class TruncateException
          Error during a truncation operation.
 class UnauthorizedException
          Indicates that a query cannot be performed due to the authorisation restrictions of the logged user.
 class UnavailableException
          Exception thrown when the coordinator knows there is not enough replica alive to perform a query with the requested consistency level.
 class WriteTimeoutException
          A Cassandra timeout during a write query.
 



Copyright © 2013. All Rights Reserved.