public class WriteFailureException extends RequestFailureException
Modifier and Type | Field and Description |
---|---|
WriteType |
writeType |
blockFor, consistency, failureReasonByEndpoint, received
Constructor and Description |
---|
WriteFailureException(ConsistencyLevel consistency,
int received,
int blockFor,
WriteType writeType,
java.util.Map<java.net.InetAddress,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
public final WriteType writeType
public WriteFailureException(ConsistencyLevel consistency, int received, int blockFor, WriteType writeType, java.util.Map<java.net.InetAddress,RequestFailureReason> failureReasonByEndpoint)
Copyright © 2019 The Apache Software Foundation