public class ConnectionException extends OtpErlangException
Constructor and Description |
---|
ConnectionException()
Creates the exception with no message.
|
ConnectionException(OtpErlangObject erlValue)
Creates an exception including the message of the given erlang object.
|
ConnectionException(String msg)
Creates the exception with the given message.
|
ConnectionException(Throwable e)
Creates an exception taking the message of the given throwable.
|
ConnectionException(Throwable e,
OtpErlangObject erlValue)
Creates an exception taking the message of the given throwable.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConnectionException()
public ConnectionException(String msg)
msg
- message of the exceptionpublic ConnectionException(Throwable e)
e
- the exception to "re-throw"public ConnectionException(OtpErlangObject erlValue)
erlValue
- the erlang message to includepublic ConnectionException(Throwable e, OtpErlangObject erlValue)
e
- the exception to "re-throw"erlValue
- the string representation of this erlang value is included
into the message