ibis.ipl
Class IbisConfigurationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byibis.ipl.IbisRuntimeException
                  extended byibis.ipl.IbisConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class IbisConfigurationException
extends IbisRuntimeException

Signals that there was an error in the Ibis configuration. IbisConfigurationException is thrown to indicate that there is something wrong in the way Ibis was configured.

See Also:
Serialized Form

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

IbisConfigurationException

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


IbisConfigurationException

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

Parameters:
s - the detail message

IbisConfigurationException

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

Parameters:
s - the detail message
cause - the cause

IbisConfigurationException

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

Parameters:
cause - the cause


The Ibis project