public class CassandraReadTimeoutException extends QueryTimeoutException
| Constructor and Description |
|---|
CassandraReadTimeoutException(boolean wasDataPresent,
String msg,
Throwable cause)
Constructor for QueryTimeoutException.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getWasDataReceived()
Deprecated.
since 3.0, use
wasDataPresent(). |
boolean |
wasDataPresent() |
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CassandraReadTimeoutException(boolean wasDataPresent,
String msg,
Throwable cause)
wasDataPresent - whether the actual data was amongst the received replica responses.msg - the detail message.cause - the root cause from the data access API in use.@Deprecated public boolean getWasDataReceived()
wasDataPresent().public boolean wasDataPresent()
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.