Class PricingEngineException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.sap.productconfig.runtime.interf.PricingEngineException
All Implemented Interfaces:
Serializable

public class PricingEngineException extends Exception
Checked exception for errors in the pricing runtime
See Also:
  • Constructor Details

    • PricingEngineException

      public PricingEngineException()
      default constructor
    • PricingEngineException

      public PricingEngineException(String message, Throwable cause)
      Constructor with message and cause
      Parameters:
      message - message of the exception
      cause - cause of the exception