java.rmi
Class AlreadyBoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
AlreadyBoundException()
          Create an exception with no message.
AlreadyBoundException(String s)
          Create an exception with a message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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