Class InitializationException

All Implemented Interfaces:
Serializable, LocalizableException

public final class InitializationException extends OpenDsException
This class defines an exception that may be thrown if a problem occurs while trying to initialize a Directory Server component.
See Also:
  • Constructor Details

    • InitializationException

      public InitializationException(LocalizableMessage message)
      Creates a new initialization exception with the provided message.
      Parameters:
      message - The message that explains the problem that occurred.
    • InitializationException

      public InitializationException(Throwable cause)
      Creates a new initialization exception with the provided root cause.
      Parameters:
      cause - The exception that was caught to trigger this exception.
    • InitializationException

      public InitializationException(LocalizableMessage message, Throwable cause)
      Creates a new initialization exception with the provided message and root cause.
      Parameters:
      message - The message that explains the problem that occurred.
      cause - The exception that was caught to trigger this exception.