org.omg.CORBA
Class UnknownUserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.omg.CORBA.UserException
              extended by org.omg.CORBA.UnknownUserException
All Implemented Interfaces:
Serializable, IDLEntity

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 Request.env().

See Also:
Environment.exception(), Serialized Form

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.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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.