public abstract class ReadAbortException extends ReadFailureException
dataPresent
blockFor, consistency, failureReasonByEndpoint, received
Modifier | Constructor and Description |
---|---|
protected |
ReadAbortException(java.lang.String msg,
ConsistencyLevel consistency,
int received,
int blockFor,
boolean dataPresent,
java.util.Map<InetAddressAndPort,RequestFailureReason> failureReasonByEndpoint) |
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
protected ReadAbortException(java.lang.String msg, ConsistencyLevel consistency, int received, int blockFor, boolean dataPresent, java.util.Map<InetAddressAndPort,RequestFailureReason> failureReasonByEndpoint)
Copyright © 2009-2022 The Apache Software Foundation