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