Class ConfigurationException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PropertyNotSetException

public class ConfigurationException extends AbortServiceException
A ConfigurationException will be thrown if an erroneous configuration is discovered. This can be done explicitly by a service which indicates that the service cannot be created, initialised or started or implicitly when validating a ConfigurationDescription fails.
Author:
Kevin Goeser, Ulrich Kreher
See Also:
  • Constructor Details

    • ConfigurationException

      public ConfigurationException(String message)
      Constructor call is forwarded to the corresponding constructor of the superclass.
      Parameters:
      message - The message forwarded to the corresponding constructor of the superclass.
      See Also:
    • ConfigurationException

      public ConfigurationException(String message, Throwable cause)
      Constructor call is forwarded to the corresponding constructor of the superclass.
      Parameters:
      message - The message forwarded to the corresponding constructor of the superclass.
      cause - The cause of the exception is forwarded to the corresponding constructor of the superclass.
      See Also:
    • ConfigurationException

      public ConfigurationException(Throwable cause)
      Constructor call is forwarded to the corresponding constructor of the superclass.
      Parameters:
      cause - The cause of the exception is forwarded to the corresponding constructor of the superclass.
      See Also: