rabbit.util
Class IllegalConfigurationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byrabbit.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.
 
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
equals, 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.