public final class UnknownUserException extends UserException implements org.omg.CORBA.portable.IDLEntity, java.io.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.
|
public UnknownUserException()
public UnknownUserException(Any an_exception)
an_exception - the exception, that has actually been thrown
by the server.