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.

Variable Index

 o exception

Constructor Index

 o UnknownUserException()
Constructs a UnknownUserException.
 o UnknownUserException(Any)
Constructs a UnknownUserException with given Any.

Variables

 o exception
  public Any exception

Constructors

 o UnknownUserException
  public UnknownUserException()
Constructs a UnknownUserException.
 o UnknownUserException
  public UnknownUserException(Any excAny)
Constructs a UnknownUserException with given Any.

All Packages  Class Hierarchy  This Package  Previous  Next  Index