java.rmi
public class NotBoundException extends Exception
Since: 1.1
See Also: lookup unbind java.rmi.registry.Registry#lookup(String) java.rmi.registry.Registry#unbind(String)
UNKNOWN: updated to 1.4
Constructor Summary | |
---|---|
NotBoundException()
Create an exception with no message. | |
NotBoundException(String s)
Create an exception with a message.
|
Parameters: s the message