ibis.rmi
Class AlreadyBoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byibis.ipl.IbisException
              extended byibis.rmi.AlreadyBoundException
All Implemented Interfaces:
java.io.Serializable

public class AlreadyBoundException
extends IbisException

An AlreadyBoundException is thrown if an attempt is made to bind an object in the registry to a name that is already in use.

See Also:
Serialized Form

Constructor Summary
AlreadyBoundException()
          Constructs an AlreadyBoundException with no specified detail message.
AlreadyBoundException(java.lang.String s)
          Constructs an AlreadyBoundException with the specified detail message.
AlreadyBoundException(java.lang.String s, java.lang.Throwable e)
          Constructs an AlreadyBoundException with the specified detail message and cause.
 
Methods inherited from class ibis.ipl.IbisException
getCause, getMessage, initCause, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AlreadyBoundException

public AlreadyBoundException()
Constructs an AlreadyBoundException with no specified detail message.


AlreadyBoundException

public AlreadyBoundException(java.lang.String s)
Constructs an AlreadyBoundException with the specified detail message.

Parameters:
s - the detail message

AlreadyBoundException

public AlreadyBoundException(java.lang.String s,
                             java.lang.Throwable e)
Constructs an AlreadyBoundException with the specified detail message and cause.

Parameters:
s - the detail message
e - the cause


The Ibis project