Class 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:
  • Constructor Details

    • ConfigurationException

      public ConfigurationException()
    • ConfigurationException

      public ConfigurationException(String message)
    • ConfigurationException

      public ConfigurationException(Throwable cause)
    • ConfigurationException

      public ConfigurationException(String message, Throwable cause)