ibis.ipl
Class NoMatchingIbisException

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

public class NoMatchingIbisException
extends IbisException

Signals that no matching Ibis could be found. NoMatchingIbisException is thrown to indicate that no matching Ibis could be found in Ibis.createIbis.

See Also:
Serialized Form

Constructor Summary
NoMatchingIbisException()
          Constructs a NoMatchingIbisException with null as its error detail message.
NoMatchingIbisException(java.lang.String s)
          Constructs a NoMatchingIbisException with the specified detail message.
NoMatchingIbisException(java.lang.String s, java.lang.Throwable cause)
          Constructs a NoMatchingIbisException with the specified detail message and cause.
NoMatchingIbisException(java.lang.Throwable cause)
          Constructs a NoMatchingIbisException with the specified 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

NoMatchingIbisException

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


NoMatchingIbisException

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

Parameters:
s - the detail message

NoMatchingIbisException

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

Parameters:
s - the detail message
cause - the cause

NoMatchingIbisException

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

Parameters:
cause - the cause


The Ibis project