public class RequestFailureException extends RequestExecutionException
Modifier and Type | Field and Description |
---|---|
int |
blockFor |
ConsistencyLevel |
consistency |
int |
failures |
int |
received |
Modifier | Constructor and Description |
---|---|
protected |
RequestFailureException(ExceptionCode code,
ConsistencyLevel consistency,
int received,
int failures,
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 failures
public final int blockFor
protected RequestFailureException(ExceptionCode code, ConsistencyLevel consistency, int received, int failures, int blockFor)
Copyright © 2018 The Apache Software Foundation