rabbit.util
Class IllegalConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by rabbit.util.IllegalConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class IllegalConfigurationException
extends java.lang.Exception

An exception indicating that a configuration option is illegal.

See Also:
Serialized Form

Constructor Summary
IllegalConfigurationException()
          Create a new IllegalConfiguration.
IllegalConfigurationException(java.lang.String message)
          Create a new IllegalConfiguration with a specific message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalConfigurationException

public IllegalConfigurationException()
Create a new IllegalConfiguration.


IllegalConfigurationException

public IllegalConfigurationException(java.lang.String message)
Create a new IllegalConfiguration with a specific message.

Parameters:
message - the description of the error.