public class RequestTimeoutException extends RequestExecutionException
Modifier and Type | Field and Description |
---|---|
int |
blockFor |
ConsistencyLevel |
consistency |
int |
received |
Modifier | Constructor and Description |
---|---|
protected |
RequestTimeoutException(ExceptionCode code,
ConsistencyLevel consistency,
int received,
int blockFor) |
code
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getMessage
public final ConsistencyLevel consistency
public final int received
public final int blockFor
protected RequestTimeoutException(ExceptionCode code, ConsistencyLevel consistency, int received, int blockFor)
Copyright © 2021 The Apache Software Foundation