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
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, useDataInconsistencyException
instead.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigurationException()
ConfigurationException(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
-
-