public class ConnectionException extends Exception
Modifier and Type | Field and Description |
---|---|
InetSocketAddress |
address |
Constructor and Description |
---|
ConnectionException(InetSocketAddress address,
String msg) |
ConnectionException(InetSocketAddress address,
String msg,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public final InetSocketAddress address
public ConnectionException(InetSocketAddress address, String msg, Throwable cause)
public ConnectionException(InetSocketAddress address, String msg)
public String getMessage()
getMessage
in class Throwable