public class UnfitClientException
extends com.datastax.oss.driver.api.core.servererrors.CoordinatorException
Currently, this is used when the client is unable to keep up with the rate during a continuous paging session.
Note that the protocol specification refers to this error as CLIENT_WRITE_FAILURE; we
don't follow that terminology because it would be too misleading (this is not a client error, and
it doesn't occur while writing data to DSE).
| Constructor and Description |
|---|
UnfitClientException(com.datastax.oss.driver.api.core.metadata.Node coordinator,
String message) |
| Modifier and Type | Method and Description |
|---|---|
UnfitClientException |
copy() |
getCoordinatorgetExecutionInfo, setExecutionInfoaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnfitClientException(@NonNull
com.datastax.oss.driver.api.core.metadata.Node coordinator,
@NonNull
String message)
@NonNull public UnfitClientException copy()
copy in class com.datastax.oss.driver.api.core.DriverExceptionCopyright © 2017–2019. All rights reserved.