Class ConfigurationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.mizool.core.exception.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:
  • Constructor Details

    • ConfigurationException

      public ConfigurationException()
    • ConfigurationException

      public ConfigurationException(String message)
    • ConfigurationException

      public ConfigurationException(Throwable cause)
    • ConfigurationException

      public ConfigurationException(String message, Throwable cause)