Class ConfigurationEngineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.sap.productconfig.runtime.interf.ConfigurationEngineException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConfigurationNotFoundException
Checked exception for errors in the configuration runtime
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptiondefault constructorConfigurationEngineException(String message) Constructor with messageConfigurationEngineException(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
-
ConfigurationEngineException
public ConfigurationEngineException()default constructor -
ConfigurationEngineException
Constructor with message- Parameters:
string-
-
ConfigurationEngineException
Constructor with message and cause- Parameters:
message- message of the exceptioncause- cause of the exception
-