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