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