public class WriteTimeoutException extends RequestTimeoutException
Modifier and Type | Field and Description |
---|---|
WriteType |
writeType |
blockFor, consistency, received
Constructor and Description |
---|
WriteTimeoutException(WriteType writeType,
ConsistencyLevel consistency,
int received,
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 WriteType writeType
public WriteTimeoutException(WriteType writeType, ConsistencyLevel consistency, int received, int blockFor)
Copyright © 2015 The Apache Software Foundation