public final class CannotProceed extends org.omg.CORBA.UserException implements org.omg.CORBA.portable.IDLEntity
| Modifier and Type | Field and Description |
|---|---|
org.omg.CosNaming.NamingContext |
cxt
The relevant naming contex.
|
org.omg.CosNaming.NameComponent[] |
rest_of_name
Contains the remainder of the non working name.
|
| Constructor and Description |
|---|
CannotProceed()
Creates the unitialised exception.
|
CannotProceed(org.omg.CosNaming.NamingContext _cxt,
org.omg.CosNaming.NameComponent[] _rest_of_name)
Creates an exception with the fields, intialised to the
given values.
|
CannotProceed(java.lang.String why,
org.omg.CosNaming.NamingContext _cxt,
org.omg.CosNaming.NameComponent[] _rest_of_name)
Create an exception with the initialised fields and explaining
message.
|
public org.omg.CosNaming.NamingContext cxt
public org.omg.CosNaming.NameComponent[] rest_of_name
public CannotProceed()
public CannotProceed(org.omg.CosNaming.NamingContext _cxt, org.omg.CosNaming.NameComponent[] _rest_of_name)
public CannotProceed(java.lang.String why, org.omg.CosNaming.NamingContext _cxt, org.omg.CosNaming.NameComponent[] _rest_of_name)