Class ConfigurationException

  • All Implemented Interfaces:
    Serializable

    public class ConfigurationException
    extends RuntimeException
    Represents problems with the system or application configuration that arise from incomplete or wrong installation. Example: required settings in a properties file or configuration table are missing.

    If the error lies within the application data instead of the configuration, use DataInconsistencyException instead.
    See Also:
    Serialized Form
    • Constructor Detail

      • ConfigurationException

        public ConfigurationException()
      • ConfigurationException

        public ConfigurationException​(String message)
      • ConfigurationException

        public ConfigurationException​(Throwable cause)
      • ConfigurationException

        public ConfigurationException​(String message,
                                      Throwable cause)