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