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
Thrown on an attempt to bind an object in the registry that is already
bound.
- Since:
- 1.1
- See Also:
Naming.bind(String, Remote)
,
Registry.bind(String, Remote)
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AlreadyBoundException
public AlreadyBoundException()
- Create an exception with no message.
AlreadyBoundException
public AlreadyBoundException(String s)
- Create an exception with a message.
- Parameters:
s
- the message