Class ConfigException

    • Constructor Detail

      • ConfigException

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

        public ConfigException​(Throwable cause)
        Creates a new configuration exception with the provided cause.
        Parameters:
        cause - The underlying cause that triggered this configuration exception.
      • ConfigException

        public ConfigException​(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.