org.omg.CosNaming.NamingContextPackage

Class NotFound

Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class NotFound
extends UserException

Generated from IDL definition of exception "NotFound"

Author:
JacORB IDL compiler

Field Summary

NameComponent[]
rest_of_name
NotFoundReason
why

Constructor Summary

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

Field Details

rest_of_name

public NameComponent[] rest_of_name


why

public NotFoundReason why

Constructor Details

NotFound

public NotFound()


NotFound

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


NotFound

public NotFound(NotFoundReason why,
                NameComponent[] rest_of_name)