Package 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
A class that contains user exceptions returned by the server.
When the client uses the DII to make an invocation, any user exception
returned from the server is enclosed in an
Any object contained in the
UnknownUserException object. This is available from the
Environment object returned by the method Request.env.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructs anUnknownUserExceptionobject.Constructs anUnknownUserExceptionobject that contains the givenAnyobject. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
except
TheAnyinstance that contains the actual user exception thrown by the server.
-
-
Constructor Details
-
UnknownUserException
public UnknownUserException()Constructs anUnknownUserExceptionobject. -
UnknownUserException
Constructs anUnknownUserExceptionobject that contains the givenAnyobject.- Parameters:
a- anAnyobject that contains a user exception returned by the server
-