ibis.ipl
Class BindingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byibis.ipl.IbisIOException
                  extended byibis.ipl.BindingException
All Implemented Interfaces:
java.io.Serializable

public class BindingException
extends IbisIOException

Signals that a request for binding/unbinding of a receiveport failed.

See Also:
Serialized Form

Constructor Summary
BindingException()
          Constructs a BindingException with null as its error detail message.
BindingException(java.lang.String s)
          Constructs a BindingException with the specified detail message.
BindingException(java.lang.String s, java.lang.Throwable cause)
          Constructs a BindingException with the specified detail message and cause.
BindingException(java.lang.Throwable cause)
          Constructs a BindingException with the specified cause.
 
Methods inherited from class ibis.ipl.IbisIOException
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

BindingException

public BindingException()
Constructs a BindingException with null as its error detail message.


BindingException

public BindingException(java.lang.String s)
Constructs a BindingException with the specified detail message.

Parameters:
s - the detail message

BindingException

public BindingException(java.lang.String s,
                        java.lang.Throwable cause)
Constructs a BindingException with the specified detail message and cause.

Parameters:
s - the detail message
cause - the cause

BindingException

public BindingException(java.lang.Throwable cause)
Constructs a BindingException with the specified cause.

Parameters:
cause - the cause


The Ibis project