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 final class UnknownUserException
extends UserException

IDL definition:
exception UnknownUserException {
any except;
};


Variable Index

 o except

Constructor Index

 o UnknownUserException()
 o UnknownUserException(Any)

Method Index

 o toString()

Variables

 o except
 public Any except

Constructors

 o UnknownUserException
 public UnknownUserException()
 o UnknownUserException
 public UnknownUserException(Any except)

Methods

 o toString
 public String toString()
Overrides:
toString in class Throwable

All Packages  Class Hierarchy  This Package  Previous  Next  Index