public final class UnknownUserException extends UserException
Any object contained in the
UnknownUserException object. This is available from the
Environment object returned by the method
Request.env.
Request
| Modifier and Type | Field and Description |
|---|---|
Any |
except
The
Any instance that contains the actual user exception thrown by the server.
|
| Constructor and Description |
|---|
UnknownUserException()
Constructs an
UnknownUserException object.
|
UnknownUserException(Any
Constructs an
UnknownUserException object that contains the given
Any object.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic Anyexcept
Any instance that contains the actual user exception thrown by the server.
public UnknownUserException()
UnknownUserException object.
public UnknownUserException(Anya)
UnknownUserException object that contains the given
Any object.
a - an
Any object that contains a user exception returned by the server