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