public class UnknownException
extends java.lang.RuntimeException
| Constructor | Description |
|---|---|
UnknownException() |
Creates the exception with no message.
|
UnknownException(com.ericsson.otp.erlang.OtpErlangObject erlValue) |
Creates an exception including the message of the given erlang object.
|
UnknownException(java.lang.String msg) |
Creates the exception with the given message.
|
UnknownException(java.lang.Throwable e) |
Creates an exception taking the message of the given throwable.
|
UnknownException(java.lang.Throwable e,
com.ericsson.otp.erlang.OtpErlangObject erlValue) |
Creates an exception taking the message of the given throwable.
|
public UnknownException()
public UnknownException(java.lang.String msg)
msg - message of the exceptionpublic UnknownException(java.lang.Throwable e)
e - the exception to "re-throw"public UnknownException(com.ericsson.otp.erlang.OtpErlangObject erlValue)
erlValue - the erlang message to includepublic UnknownException(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