org.omg.CosNaming.NamingContextPackage

Class CannotProceed

public final class CannotProceed extends UserException implements IDLEntity

The exception is raised when the naming service has given up for some reason.
Field Summary
NamingContextcxt
The relevant naming contex.
NameComponent[]rest_of_name
Contains the remainder of the non working name.
Constructor Summary
CannotProceed()
Creates the unitialised exception.
CannotProceed(NamingContext _cxt, NameComponent[] _rest_of_name)
Creates an exception with the fields, intialised to the given values.
CannotProceed(String why, NamingContext _cxt, NameComponent[] _rest_of_name)
Create an exception with the initialised fields and explaining message.

Field Detail

cxt

public NamingContext cxt
The relevant naming contex.

rest_of_name

public NameComponent[] rest_of_name
Contains the remainder of the non working name.

Constructor Detail

CannotProceed

public CannotProceed()
Creates the unitialised exception.

CannotProceed

public CannotProceed(NamingContext _cxt, NameComponent[] _rest_of_name)
Creates an exception with the fields, intialised to the given values.

CannotProceed

public CannotProceed(String why, NamingContext _cxt, NameComponent[] _rest_of_name)
Create an exception with the initialised fields and explaining message.

Since: 1.4