Class ConfigurationEngineException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.hybris.platform.sap.productconfig.runtime.interf.ConfigurationEngineException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ConfigurationNotFoundException
public class ConfigurationEngineException extends java.lang.ExceptionChecked exception for errors in the configuration runtime- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigurationEngineException()default constructorConfigurationEngineException(java.lang.String message, java.lang.Throwable cause)Constructor with message and cause
-
-
-
Constructor Detail
-
ConfigurationEngineException
public ConfigurationEngineException()
default constructor
-
ConfigurationEngineException
public ConfigurationEngineException(java.lang.String message, java.lang.Throwable cause)Constructor with message and cause- Parameters:
message- message of the exceptioncause- cause of the exception
-
-