public final class NotFound extends org.omg.CORBA.UserException implements org.omg.CORBA.portable.IDLEntity
| Modifier and Type | Field and Description |
|---|---|
org.omg.CosNaming.NameComponent[] |
rest_of_name
Contains the remainder of the non working name.
|
NotFoundReason |
why
The reason, explaining, why the binding cannot be found.
|
| Constructor and Description |
|---|
NotFound()
Creates the exception with unitialised fields.
|
NotFound(NotFoundReason _why,
org.omg.CosNaming.NameComponent[] _rest_of_name)
Creates the exception, intialising the fields to the given values.
|
NotFound(java.lang.String explanation,
NotFoundReason _why,
org.omg.CosNaming.NameComponent[] _rest_of_name)
Creates the exception, intialising the fields to the given values and
also providing the explaining string.
|
public NotFoundReason why
public org.omg.CosNaming.NameComponent[] rest_of_name
public NotFound()
public NotFound(NotFoundReason _why, org.omg.CosNaming.NameComponent[] _rest_of_name)
public NotFound(java.lang.String explanation, NotFoundReason _why, org.omg.CosNaming.NameComponent[] _rest_of_name)