Class ConfigException

  • All Implemented Interfaces:
    Serializable, org.forgerock.i18n.LocalizableException

    public final class ConfigException
    extends Exception
    implements org.forgerock.i18n.LocalizableException
    Thrown during the course of interactions with the Directory Server configuration.
    See Also:
    Serialized Form
    • Constructor Detail

      • ConfigException

        public ConfigException​(org.forgerock.i18n.LocalizableMessage message)
        Creates a new configuration exception with the provided message.
        Parameters:
        message - The message to use for this configuration exception.
      • ConfigException

        public ConfigException​(org.forgerock.i18n.LocalizableMessage message,
                               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.
    • Method Detail

      • getMessageObject

        public org.forgerock.i18n.LocalizableMessage getMessageObject()
        Returns the message that explains the problem that occurred.
        Specified by:
        getMessageObject in interface org.forgerock.i18n.LocalizableException
        Returns:
        LocalizableMessage of the problem