public class ConnectionException
extends com.ericsson.otp.erlang.OtpErlangException
| Constructor | Description |
|---|---|
ConnectionException() |
Creates the exception with no message.
|
ConnectionException(com.ericsson.otp.erlang.OtpErlangObject erlValue) |
Creates an exception including the message of the given erlang object.
|
ConnectionException(java.lang.String msg) |
Creates the exception with the given message.
|
ConnectionException(java.lang.Throwable e) |
Creates an exception taking the message of the given throwable.
|
ConnectionException(java.lang.Throwable e,
com.ericsson.otp.erlang.OtpErlangObject erlValue) |
Creates an exception taking the message of the given throwable.
|
public ConnectionException()
public ConnectionException(java.lang.String msg)
msg - message of the exceptionpublic ConnectionException(java.lang.Throwable e)
e - the exception to "re-throw"public ConnectionException(com.ericsson.otp.erlang.OtpErlangObject erlValue)
erlValue - the erlang message to includepublic ConnectionException(java.lang.Throwable e,
com.ericsson.otp.erlang.OtpErlangObject erlValue)
e - the exception to "re-throw"erlValue - the string representation of this erlang value is included
into the message