Package | Description |
---|---|
com.datastax.oss.driver.api.core.servererrors |
Modifier and Type | Class and Description |
---|---|
class |
AlreadyExistsException
Thrown when a query attempts to create a keyspace or table that already exists.
|
class |
InvalidConfigurationInQueryException
Indicates that a query is invalid because of some configuration problem.
|
class |
InvalidQueryException
Indicates a syntactically correct, but invalid query.
|
class |
SyntaxError
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 © 2017–2024. All rights reserved.