public final class UnknownUserException extends UserException implements IDLEntity, Serializable
Request.env().Environment.exception(),
Serialized Form| Modifier and Type | Field and Description |
|---|---|
Any |
except
The Any, holding the actual exception, that has been thrown
by the server.
|
| Constructor and Description |
|---|
UnknownUserException()
Create an unitialised instance of the unknown user exception.
|
UnknownUserException(Any an_exception)
Create the instance of the unknow user exception, initialised
to the given value.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnknownUserException()
public UnknownUserException(Any an_exception)
an_exception - the exception, that has actually been thrown
by the server.