Class CalculationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.hybris.platform.servicelayer.exceptions.BusinessException
-
- de.hybris.platform.order.exceptions.CalculationException
-
- All Implemented Interfaces:
java.io.Serializable
public class CalculationException extends BusinessException
A general exception used byCalculationService
extensions if an (expected) error occurs during price calculation or requesting price informations.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CalculationException(java.lang.String message)
CalculationException(java.lang.String message, java.lang.Throwable cause)
CalculationException(java.lang.Throwable cause)
-