Class ConfigurationException

All Implemented Interfaces:
Serializable

public class ConfigurationException extends PException
Thrown, when the configuration is determined to be invalid (inconsistent) or missing. The message should contain readable explanation.

This exception should occur during design time, when the configuration is being modified. If it occurs in the deploy time of binary build, then it means bug in code (not just in the configuration).

Author:
dobisekm
See Also:
  • Constructor Details

    • ConfigurationException

      public ConfigurationException()
    • ConfigurationException

      public ConfigurationException(String message)
      Parameters:
      message -
    • ConfigurationException

      public ConfigurationException(String message, Throwable cause)
      Parameters:
      message -
      cause -
    • ConfigurationException

      public ConfigurationException(Throwable cause)
      Parameters:
      cause -