org.opends.server.config
Class ConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.opends.server.types.OpenDsException
              extended by org.opends.server.types.IdentifiedException
                  extended by org.opends.server.config.ConfigException
All Implemented Interfaces:
java.io.Serializable

@PublicAPI(stability=UNCOMMITTED,
           mayInstantiate=true,
           mayExtend=false,
           mayInvoke=true)
public final class ConfigException
extends IdentifiedException

This class defines an exception that may be thrown during the course of interactions with the Directory Server configuration.

See Also:
Serialized Form

Constructor Summary
ConfigException(Message message)
          Creates a new configuration exception with the provided message.
ConfigException(Message message, java.lang.Throwable cause)
          Creates a new configuration exception with the provided message and underlying cause.
 
Method Summary
 
Methods inherited from class org.opends.server.types.OpenDsException
getMessageObject
 
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

ConfigException

public ConfigException(Message message)
Creates a new configuration exception with the provided message.

Parameters:
message - The message to use for this configuration exception.

ConfigException

public ConfigException(Message message,
                       java.lang.Throwable cause)
Creates a new configuration exception with the provided message and underlying cause.

Parameters:
message - The message to use for this configuration exception.
cause - The underlying cause that triggered this configuration exception.