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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.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.
 
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

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.



Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.