org.omg.CORBA
Class UnknownUserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.omg.CORBA.UserException
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. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
except
public Any except
- The Any, holding the actual exception, that has been thrown
by the server.
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.