Class ConfigurationException

    • Constructor Detail

      • ConfigurationException

        public ConfigurationException​(String message)
        Creates a new configuration exception with the specified message.
        Parameters:
        message - The exception message.
      • ConfigurationException

        public ConfigurationException​(String message,
                                      Throwable cause)
        Creates a new configuration exception with the specified message and cause.
        Parameters:
        message - The exception message.
        cause - The exception cause.