org.omg.CosNaming.NamingContextPackage
public final class CannotProceed extends UserException implements IDLEntity
Modifier and Type | Field and Description |
---|---|
NamingContext |
cxt
The relevant naming contex.
|
NameComponent[] |
rest_of_name
Contains the remainder of the non working name.
|
Constructor and Description |
---|
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.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NamingContext cxt
public NameComponent[] rest_of_name
public CannotProceed()
public CannotProceed(NamingContext _cxt, NameComponent[] _rest_of_name)
public CannotProceed(String why, NamingContext _cxt, NameComponent[] _rest_of_name)