Package | Description |
---|---|
com.datastax.dse.driver.api.core.servererrors | |
com.datastax.oss.driver.api.core.retry | |
com.datastax.oss.driver.api.core.servererrors |
Modifier and Type | Class and Description |
---|---|
class |
UnfitClientException
A server-side error triggered when DSE can't send asynchronous results back to the client.
|
Modifier and Type | Method and Description |
---|---|
RetryDecision |
RetryPolicy.onErrorResponse(Request request,
CoordinatorException error,
int retryCount)
Deprecated.
As of version 4.10, use
RetryPolicy.onErrorResponseVerdict(Request,
CoordinatorException, int) instead. |
default RetryVerdict |
RetryPolicy.onErrorResponseVerdict(Request request,
CoordinatorException error,
int retryCount)
Whether to retry when the server replied with a recoverable error (other than
READ_TIMEOUT , WRITE_TIMEOUT or UNAVAILABLE ). |
Modifier and Type | Class and Description |
---|---|
class |
AlreadyExistsException
Thrown when a query attempts to create a keyspace or table that already exists.
|
class |
BootstrappingException
Thrown when the coordinator was bootstrapping when it received a query.
|
class |
FunctionFailureException
An error during the execution of a CQL function.
|
class |
InvalidConfigurationInQueryException
Indicates that a query is invalid because of some configuration problem.
|
class |
InvalidQueryException
Indicates a syntactically correct, but invalid query.
|
class |
OverloadedException
Thrown when the coordinator reported itself as being overloaded.
|
class |
ProtocolError
Indicates that the contacted node reported a protocol error.
|
class |
QueryConsistencyException
A failure to reach the required consistency level during the execution of a query.
|
class |
QueryExecutionException
A server-side error thrown when a valid query cannot be executed.
|
class |
QueryValidationException
A server-side error thrown when a query cannot be executed because it is syntactically incorrect,
invalid or unauthorized.
|
class |
ReadFailureException
A non-timeout error during a read query.
|
class |
ReadTimeoutException
A server-side timeout during a read query.
|
class |
ServerError
Indicates that the contacted node reported an internal error.
|
class |
SyntaxError
A syntax error in a query.
|
class |
TruncateException
An error during a truncation operation.
|
class |
UnauthorizedException
Indicates that a query cannot be performed due to the authorization restrictions of the logged
user.
|
class |
UnavailableException
Thrown when the coordinator knows there is not enough replicas alive to perform a query with the
requested consistency level.
|
class |
WriteFailureException
A non-timeout error during a write query.
|
class |
WriteTimeoutException
A server-side timeout during a write query.
|
Copyright © 2017–2024. All rights reserved.