Class ConfigurationException

    • Constructor Detail

      • ConfigurationException

        public ConfigurationException()
        Constructs a new ConfigurationException without specified detail message.
      • ConfigurationException

        public ConfigurationException​(String message)
        Constructs a new ConfigurationException with specified detail message.
        Parameters:
        message - the error message
      • ConfigurationException

        public ConfigurationException​(Throwable cause)
        Constructs a new ConfigurationException with specified nested Throwable.
        Parameters:
        cause - the exception or error that caused this exception to be thrown
      • ConfigurationException

        public ConfigurationException​(String message,
                                      Throwable cause)
        Constructs a new ConfigurationException with specified detail message and nested Throwable.
        Parameters:
        message - the error message
        cause - the exception or error that caused this exception to be thrown