Class OpenDsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opends.server.types.OpenDsException
All Implemented Interfaces:
Serializable, LocalizableException
Direct Known Subclasses:
AciException, ChangelogException, CryptoManagerException, DisconnectException, EmbeddedDirectoryServerException, InitializationException, LDIFException, TaskClientException

public abstract class OpenDsException extends Exception implements LocalizableException
This class defines a base exception for OpenDS exceptions.
See Also:
  • Constructor Details

    • OpenDsException

      protected OpenDsException(LocalizableMessage message)
      Creates a new identified exception with the provided information.
      Parameters:
      message - The message that explains the problem that occurred.
    • OpenDsException

      protected OpenDsException(Throwable cause)
      Creates a new identified exception with the provided information.
      Parameters:
      cause - The underlying cause that triggered this exception.
    • OpenDsException

      protected OpenDsException(LocalizableMessage message, Throwable cause)
      Creates a new identified exception with the provided information.
      Parameters:
      message - The message that explains the problem that occurred.
      cause - The underlying cause that triggered this exception.
  • Method Details