org.omg.CosNaming.NamingContextPackage

Class NotFound

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.
Field Summary
NameComponent[]rest_of_name
Exception member rest_of_name
NotFoundReasonwhy
Exception member why
Constructor Summary
NotFound()
Default constructor
NotFound(NotFoundReason why, NameComponent[] rest_of_name)
Constructor with fields initialization
NotFound(String orb_reason, NotFoundReason why, NameComponent[] rest_of_name)
Full constructor with fields initialization

Field Detail

rest_of_name

public NameComponent[] rest_of_name
Exception member rest_of_name

why

public NotFoundReason why
Exception member why

Constructor Detail

NotFound

public NotFound()
Default constructor

NotFound

public NotFound(NotFoundReason why, NameComponent[] rest_of_name)
Constructor with fields initialization

Parameters: why why exception member rest_of_name rest_of_name exception member

NotFound

public NotFound(String orb_reason, NotFoundReason why, NameComponent[] rest_of_name)
Full constructor with fields initialization

Parameters: why why exception member rest_of_name rest_of_name exception member