public class UnknownException extends RuntimeException
Constructor and Description |
---|
UnknownException()
Creates the exception with no message.
|
UnknownException(OtpErlangObject erlValue)
Creates an exception including the message of the given erlang object.
|
UnknownException(String msg)
Creates the exception with the given message.
|
UnknownException(Throwable e)
Creates an exception taking the message of the given throwable.
|
UnknownException(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 UnknownException()
public UnknownException(String msg)
msg
- message of the exceptionpublic UnknownException(Throwable e)
e
- the exception to "re-throw"public UnknownException(OtpErlangObject erlValue)
erlValue
- the erlang message to includepublic UnknownException(Throwable e, OtpErlangObject erlValue)
e
- the exception to "re-throw"erlValue
- the string representation of this erlang value is included
into the message