CONTENTS | PREV | NEXT | Java Remote Method Invocation |
java.rmi.Naming
class and the
java.rmi.registry.Registry
interface.Exception |
Context |
---|---|
|
Operation disallowed. The registry restricts bind, rebind, and unbind to the same host. The lookup operation can originate from any host. |
|
Attempt to bind a name that is already bound. |
|
Attempt to look up a name that is not bound. |
|
Attempt to contact a registry on an unknown host. |