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