org.omg.CORBA

Class UnknownUserException

public final class UnknownUserException extends UserException implements IDLEntity, Serializable

A wrapper against an unknown user exception that has been thrown on remote side and returned by the server. The instance of this class is returned by {@link Request#env()}.

See Also:

Field Summary
Anyexcept
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.

Field Detail

except

public Any except
The Any, holding the actual exception, that has been thrown by the server.

Constructor Detail

UnknownUserException

public UnknownUserException()
Create an unitialised instance of the unknown user exception.

UnknownUserException

public 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.