public class ReadTimeoutException extends QueryConsistencyException
Constructor and Description |
---|
ReadTimeoutException(ConsistencyLevel consistency,
int received,
int required,
boolean dataPresent)
This constructor should only be used internally by the driver
when decoding error responses.
|
ReadTimeoutException(InetSocketAddress address,
ConsistencyLevel consistency,
int received,
int required,
boolean dataPresent) |
Modifier and Type | Method and Description |
---|---|
ReadTimeoutException |
copy()
Copy the exception.
|
ReadTimeoutException |
copy(InetSocketAddress address)
Create a copy of this exception with a nicer stack trace, and including the coordinator
address that caused this exception to be raised.
|
boolean |
wasDataRetrieved()
Whether the actual data was amongst the received replica responses.
|
getAddress, getConsistencyLevel, getHost, getReceivedAcknowledgements, getRequiredAcknowledgements
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ReadTimeoutException(ConsistencyLevel consistency, int received, int required, boolean dataPresent)
public ReadTimeoutException(InetSocketAddress address, ConsistencyLevel consistency, int received, int required, boolean dataPresent)
public boolean wasDataRetrieved()
public ReadTimeoutException copy()
DriverException
copy
in class DriverException
public ReadTimeoutException copy(InetSocketAddress address)
address
- The full address of the host that caused this exception to be thrown.Copyright © 2012–2017. All rights reserved.