Provides exceptions and several other satelitte classes, needed by the naming service.
See: Description
Class Summary | |
---|---|
AlreadyBoundHelper | The helper operations for the {@link AlreadyBound} user exception. |
AlreadyBoundHolder | The holder for class {@link AlreadyBound} exception. |
CannotProceedHelper | The helper operations for {@link CannotProceed}. |
CannotProceedHolder | The holder for exception {@link CannotProceed}. |
InvalidNameHelper | The helper operations for the {@link InvalidName} |
InvalidNameHolder | The holder for exception {@link InvalidName}. |
NotEmptyHelper | The helper operations for the {@link NotEmpty}. |
NotEmptyHolder | The holder for exception {@link NotEmpty}. |
NotFoundHelper | The helper operations for {@link NotFound}. |
NotFoundHolder | The holder for the {@link NotFound} exception. |
NotFoundReason | Represents the reason (explanation), why the binding cannot be found. |
NotFoundReasonHelper | The helper operations for {@link NotFoundReason} |
NotFoundReasonHolder | The holder for class {@link NotFoundReason}. |
Exception Summary | |
---|---|
AlreadyBound | The exception is thrown in response to bind the same object into the same context repeatedly under the different name. |
CannotProceed | The exception is raised when the naming service has given up for some reason. |
InvalidName | The exception is thrown if the name has the zero length or is otherwise invalid. |
NotEmpty | This exception is thrown in response to the attemt to destroy the non tempty context. |
NotFound | The exception is thrown when the binding being searched does not exist or has the wrong type |
Provides exceptions and several other satelitte classes, needed by the naming service.