|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.cassandra.exceptions.CassandraException
org.apache.cassandra.exceptions.RequestExecutionException
org.apache.cassandra.exceptions.RequestTimeoutException
public class RequestTimeoutException
Field Summary | |
---|---|
int |
blockFor
|
ConsistencyLevel |
consistency
|
int |
received
|
Constructor Summary | |
---|---|
protected |
RequestTimeoutException(ExceptionCode code,
ConsistencyLevel consistency,
int received,
int blockFor)
|
Method Summary |
---|
Methods inherited from class org.apache.cassandra.exceptions.CassandraException |
---|
code |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.cassandra.exceptions.TransportException |
---|
getMessage |
Field Detail |
---|
public final ConsistencyLevel consistency
public final int received
public final int blockFor
Constructor Detail |
---|
protected RequestTimeoutException(ExceptionCode code, ConsistencyLevel consistency, int received, int blockFor)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |