public class ReadFailureException extends RequestFailureException
Modifier and Type | Field and Description |
---|---|
boolean |
dataPresent |
blockFor, consistency, failures, received
Constructor and Description |
---|
ReadFailureException(ConsistencyLevel consistency,
int received,
int failures,
int blockFor,
boolean dataPresent) |
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 ReadFailureException(ConsistencyLevel consistency, int received, int failures, int blockFor, boolean dataPresent)
Copyright © 2015 The Apache Software Foundation