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:
Serializable
A general exception used by
CalculationService extensions if an (expected) error occurs during price
calculation or requesting price informations.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCalculationException(String message) CalculationException(String message, Throwable cause) CalculationException(Throwable 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
-
CalculationException
-
CalculationException
-
CalculationException
-