java.rmi

Class AlreadyBoundException

public class AlreadyBoundException extends Exception

Thrown on an attempt to bind an object in the registry that is already bound.

Since: 1.1

See Also: Naming Registry

UNKNOWN: updated to 1.4

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

Constructor Detail

AlreadyBoundException

public AlreadyBoundException()
Create an exception with no message.

AlreadyBoundException

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

Parameters: s the message