Module java.rmi
Package java.rmi

Class AlreadyBoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.rmi.AlreadyBoundException
All Implemented Interfaces:
Serializable

public class AlreadyBoundException extends Exception
An AlreadyBoundException is thrown if an attempt is made to bind an object to a name that already has an associated binding in the registry.
Since:
1.1
See Also: