Class org.omg.CORBA.UnknownUserException
All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.UnknownUserException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----org.omg.CORBA.UserException
|
+----org.omg.CORBA.UnknownUserException
- public class UnknownUserException
- extends UserException
Class that contains user exceptions as Anys for use with the DII.
-
exception
-
-
UnknownUserException()
- Constructs a UnknownUserException.
-
UnknownUserException(Any)
- Constructs a UnknownUserException with given Any.
exception
public Any exception
UnknownUserException
public UnknownUserException()
- Constructs a UnknownUserException.
UnknownUserException
public UnknownUserException(Any excAny)
- Constructs a UnknownUserException with given Any.
All Packages Class Hierarchy This Package Previous Next Index