Class ConfigurationNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.sap.productconfig.runtime.interf.ConfigurationEngineException
de.hybris.platform.sap.productconfig.runtime.interf.ConfigurationNotFoundException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptiondefault constructorConfigurationNotFoundException(String message, Throwable cause) Constructor with message and cause -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigurationNotFoundException
public ConfigurationNotFoundException()default constructor -
ConfigurationNotFoundException
Constructor with message and cause- Parameters:
message- message of the exceptioncause- cause of the exception
-