public abstract class ConnectionException extends ClientRuntimeException
Constructor and Description |
---|
ConnectionException(String msg) |
ConnectionException(String msg,
SocketException e)
TODO: not sure if specifying
SocketException is a good idea. |
getLocalizedMessage, getMessage
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConnectionException(String msg, SocketException e)
SocketException
is a good idea.msg
- e
- public ConnectionException(String msg)
msg
- Copyright © 2009–2017. All rights reserved.