org.omg.CosNaming.NamingContextPackage

Class CannotProceed

public final class CannotProceed extends UserException

This exception is raised when an operation was not possible on a specific naming context. In this case, this exception provides several additionnal information : the naming context where the operation was not possible and the part of the name that the name server was not able to use.
Field Summary
NamingContextcxt
Exception member cxt
NameComponent[]rest_of_name
Exception member rest_of_name
Constructor Summary
CannotProceed()
Default constructor
CannotProceed(NamingContext cxt, NameComponent[] rest_of_name)
Constructor with fields initialization
CannotProceed(String orb_reason, NamingContext cxt, NameComponent[] rest_of_name)
Full constructor with fields initialization

Field Detail

cxt

public NamingContext cxt
Exception member cxt

rest_of_name

public NameComponent[] rest_of_name
Exception member rest_of_name

Constructor Detail

CannotProceed

public CannotProceed()
Default constructor

CannotProceed

public CannotProceed(NamingContext cxt, NameComponent[] rest_of_name)
Constructor with fields initialization

Parameters: cxt cxt exception member rest_of_name rest_of_name exception member

CannotProceed

public CannotProceed(String orb_reason, NamingContext cxt, NameComponent[] rest_of_name)
Full constructor with fields initialization

Parameters: cxt cxt exception member rest_of_name rest_of_name exception member