Package com.github.mizool.core.exception
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.mizool.core.exception.ConfigurationException
- All Implemented Interfaces:
Serializable
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
If the error lies within the application data instead of the configuration, use
DataInconsistencyException
instead.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConfigurationException
(String message) ConfigurationException
(String message, Throwable cause) ConfigurationException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigurationException
public ConfigurationException() -
ConfigurationException
-
ConfigurationException
-
ConfigurationException
-