org.apache.directory.server.core.configuration
Class ConfigurationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.directory.server.core.configuration.ConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationException
extends java.lang.RuntimeException

A RuntimeException that is thrown when configuration is not valid.

Version:
$Rev: 434579 $, $Date: 2006-08-25 02:19:11 +0200 (Fri, 25 Aug 2006) $
Author:
Apache Directory Project
See Also:
Serialized Form

Constructor Summary
ConfigurationException()
          Creates a new instance.
ConfigurationException(java.lang.String message)
          Creates a new instance.
ConfigurationException(java.lang.String message, java.lang.Throwable cause)
          Creates a new instance.
ConfigurationException(java.lang.Throwable cause)
          Creates a new instance.
 
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

ConfigurationException

public ConfigurationException()
Creates a new instance.


ConfigurationException

public ConfigurationException(java.lang.String message)
Creates a new instance.


ConfigurationException

public ConfigurationException(java.lang.String message,
                              java.lang.Throwable cause)
Creates a new instance.


ConfigurationException

public ConfigurationException(java.lang.Throwable cause)
Creates a new instance.