no.feide.moria.directory
Class DirectoryManagerConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by no.feide.moria.directory.DirectoryManagerConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class DirectoryManagerConfigurationException
extends java.lang.RuntimeException

Used to signal an exception related to the Directory Manager's configuration.

Note that this exception is thrown whenever an unrecoverable internal error is encountered, as this will invariably be related to faulty configuration of the Directory Manager. Recoverable internal errors will generally not result in a DirectoryManagerConfigurationException, but in a log message as the Directory Manager attempts to continue with its existing, presumably working, configuration settings.

See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          Serial version UID.
 
Constructor Summary
DirectoryManagerConfigurationException(java.lang.String message)
          Constructor.
DirectoryManagerConfigurationException(java.lang.String message, java.lang.Throwable cause)
          Constructor.
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Serial version UID.

See Also:
Constant Field Values
Constructor Detail

DirectoryManagerConfigurationException

public DirectoryManagerConfigurationException(java.lang.String message)
Constructor. Creates a new exception with only an exception message.

Parameters:
message - The exception message.
See Also:
Exception.Exception(java.lang.String)

DirectoryManagerConfigurationException

public DirectoryManagerConfigurationException(java.lang.String message,
                                              java.lang.Throwable cause)
Constructor. Creates a new exception with both an exception message and a cause.

Parameters:
message - The exception message.
cause - The exception cause.
See Also:
Exception.Exception(java.lang.String, java.lang.Throwable)


Copyright © 2001-2006 UNINETT FAS. All Rights Reserved.