java.rmi

Class NotBoundException

public class NotBoundException extends Exception

Thrown on an attempt to lookup or unbind a registry name that has no associated binding.

Since: 1.1

See Also: lookup unbind lookup unbind

UNKNOWN: updated to 1.4

Constructor Summary
NotBoundException()
Create an exception with no message.
NotBoundException(String s)
Create an exception with a message.

Constructor Detail

NotBoundException

public NotBoundException()
Create an exception with no message.

NotBoundException

public NotBoundException(String s)
Create an exception with a message.

Parameters: s the message