Class ConfigurationException

    • Constructor Detail

      • ConfigurationException

        public ConfigurationException​(String message)
        Constructs a new ConfigurationException.
        Parameters:
        message - the reason for the exception
      • ConfigurationException

        public ConfigurationException​(Throwable cause)
        Constructs a new ConfigurationException.
        Parameters:
        cause - the underlying Throwable that caused this exception to be thrown.
      • ConfigurationException

        public ConfigurationException​(String message,
                                      Throwable cause)
        Constructs a new ConfigurationException.
        Parameters:
        message - the reason for the exception
        cause - the underlying Throwable that caused this exception to be thrown.