Class ConfigurationNotFoundException

All Implemented Interfaces:
Serializable

public class ConfigurationNotFoundException extends ConfigurationEngineException
Checked exception for errors in the configuration runtime, special case when a configuration does not exist anymore. This can happen if it was deleted directly in CPS.
See Also:
  • Constructor Details

    • ConfigurationNotFoundException

      public ConfigurationNotFoundException()
      default constructor
    • ConfigurationNotFoundException

      public ConfigurationNotFoundException(String message, Throwable cause)
      Constructor with message and cause
      Parameters:
      message - message of the exception
      cause - cause of the exception