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) | 
codeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMessagepublic final ConsistencyLevel consistency
public final int received
public final int blockFor
protected RequestTimeoutException(ExceptionCode code, ConsistencyLevel consistency, int received, int blockFor)
Copyright © 2018 The Apache Software Foundation