Class PricingEngineException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.sap.productconfig.runtime.interf.PricingEngineException
- All Implemented Interfaces:
Serializable
Checked exception for errors in the pricing runtime
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptiondefault constructorPricingEngineException(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
-
PricingEngineException
public PricingEngineException()default constructor -
PricingEngineException
Constructor with message and cause- Parameters:
message- message of the exceptioncause- cause of the exception
-