| CONTENTS | PREV | NEXT | Java Remote Method Invocation |
The following table lists the exceptions specified in methods of thejava.rmi.Namingclass and thejava.rmi.registry.Registryinterface.
java.rmi.Naming class and the
java.rmi.registry.Registryinterface.">Exception Context
java.rmi.AccessExceptionOperation disallowed. The registry restricts bind, rebind, and unbind to the same host. The lookup operation can originate from any host.
java.rmi.AlreadyBoundExceptionAttempt to bind a name that is already bound.
java.rmi.NotBoundExceptionAttempt to look up a name that is not bound.
java.rmi.UnknownHostExceptionAttempt to contact a registry on an unknown host.