Package | Description |
---|---|
com.datastax.driver.core.exceptions |
Exceptions thrown by the DataStax Java driver for Cassandra.
|
Modifier and Type | Class and Description |
---|---|
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.
|
class |
UnpreparedException
Indicates that the contacted host replied with an UNPREPARED error code.
|
Copyright © 2012–2018. All rights reserved.