org.omg.CosNaming.NamingContextPackage
Class NotFound

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.omg.CORBA.UserException
                    |
                    +--org.omg.CosNaming.NamingContextPackage.NotFound
All Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class NotFound
extends UserException

This exception is raises when an object or a naming context is not found. It provides additionnal information which are the reason of this exception and the part of the name that the name server was not able to use.

See Also:
Serialized Form

Field Summary
 NameComponent[] rest_of_name
           
 NotFoundReason why
           
 
Constructor Summary
NotFound()
           
NotFound(NotFoundReason why, NameComponent[] rest_of_name)
           
NotFound(java.lang.String orb_reason, NotFoundReason why, NameComponent[] rest_of_name)
           
 
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

why

public NotFoundReason why

rest_of_name

public NameComponent[] rest_of_name
Constructor Detail

NotFound

public NotFound()

NotFound

public NotFound(NotFoundReason why,
                NameComponent[] rest_of_name)

NotFound

public NotFound(java.lang.String orb_reason,
                NotFoundReason why,
                NameComponent[] rest_of_name)