Package | Description |
---|---|
com.datastax.oss.driver.api.core.servererrors |
Modifier and Type | Class and Description |
---|---|
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 |
OverloadedException
Thrown when the coordinator reported itself as being overloaded.
|
class |
QueryConsistencyException
A failure to reach the required consistency level during the execution of a query.
|
class |
ReadFailureException
A non-timeout error during a read query.
|
class |
ReadTimeoutException
A server-side timeout during a read query.
|
class |
TruncateException
An error during a truncation operation.
|
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.