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) |
WriteTimeoutException(WriteType writeType,
ConsistencyLevel consistency,
int received,
int blockFor,
java.lang.String msg) |
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)
public WriteTimeoutException(WriteType writeType, ConsistencyLevel consistency, int received, int blockFor, java.lang.String msg)
Copyright © 2009- The Apache Software Foundation