ibis.rmi
Class NotBoundException

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

public class NotBoundException
extends IbisException

A NotBoundException is thrown if an attempt is made to lookup or unbind a name that has no binding.

See Also:
Serialized Form

Constructor Summary
NotBoundException()
          Constructs an NotBoundException with no specified detail message.
NotBoundException(java.lang.String s)
          Constructs an NotBoundException with the specified detail message.
NotBoundException(java.lang.String s, java.lang.Throwable e)
          Constructs an NotBoundException 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

NotBoundException

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


NotBoundException

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

Parameters:
s - the detail message

NotBoundException

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

Parameters:
s - the detail message
e - the cause


The Ibis project