- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.aoapps.lang.exception.ConfigurationException
-
- All Implemented Interfaces:
Serializable
public class ConfigurationException extends RuntimeException
An invalid configuration has been detected. This should be an abnormal condition, subject to corrective action by the application administrator.
Once configured correctly, there should be a very low chance of this exception occurring. In other words, this exception should not generally happen in response to external resources or conditions.
- Author:
- AO Industries, Inc.
- 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
-
-