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

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

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

Subclasses of QueryValidationException in com.datastax.driver.core.exceptions
 class AlreadyExistsException
          Exception thrown when a query attempts to create a keyspace or table that already exists.
 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 SyntaxError
          Indicates a syntax error in a query.
 class UnauthorizedException
          Indicates that a query cannot be performed due to the authorization restrictions of the logged user.
 



Copyright © 2013. All rights reserved.