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:
org.apache.avalon.framework.CascadingThrowable, IDLEntity, java.io.Serializable

public final class UnknownUserException
extends UserException

See Also:
Serialized Form

Field Summary
 Any except
           
 
Constructor Summary
UnknownUserException()
           
UnknownUserException(Any a)
           
 
Methods inherited from class org.omg.CORBA.UserException
getCause, initCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

except

public Any except
Constructor Detail

UnknownUserException

public UnknownUserException()

UnknownUserException

public UnknownUserException(Any a)