Class ConfigurationException

    • Constructor Detail

      • ConfigurationException

        public ConfigurationException​(String message)
        Construct a new ConfigurationException instance.
        Parameters:
        message - The detail message for this exception.
      • ConfigurationException

        public ConfigurationException​(String message,
                                      Throwable throwable)
        Construct a new ConfigurationException instance.
        Parameters:
        message - The detail message for this exception.
        throwable - the root cause of the exception