public class OperationTimedOutException extends ConnectionException
SocketOptions.getReadTimeoutMillis()
.address
Constructor and Description |
---|
OperationTimedOutException(InetSocketAddress address) |
OperationTimedOutException(InetSocketAddress address,
String msg) |
OperationTimedOutException(InetSocketAddress address,
String msg,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
OperationTimedOutException |
copy()
Copy the exception.
|
getAddress, getHost, getMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OperationTimedOutException(InetSocketAddress address)
public OperationTimedOutException(InetSocketAddress address, String msg)
public OperationTimedOutException(InetSocketAddress address, String msg, Throwable cause)
public OperationTimedOutException copy()
DriverException
copy
in class ConnectionException
Copyright © 2012–2017. All rights reserved.