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