org.omg.CORBA
public final class UnknownUserException extends UserException implements IDLEntity, Serializable
| Field Summary | |
|---|---|
| Any | except
The Any, holding the actual exception, that has been thrown
by the server. |
| Constructor Summary | |
|---|---|
| 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.
| |
Parameters: an_exception the exception, that has actually been thrown by the server.