Class TmaRecalculationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.servlet.ServletException
de.hybris.platform.b2ctelcowebservices.exceptions.TmaRecalculationException
- All Implemented Interfaces:
Serializable
public class TmaRecalculationException
extends javax.servlet.ServletException
Thrown when recalculation of cart is impossible due to any reasons.
- Since:
- 1810
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTmaRecalculationException(de.hybris.platform.order.exceptions.CalculationException exception, String currencyIso) -
Method Summary
Methods inherited from class javax.servlet.ServletException
getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TmaRecalculationException
public TmaRecalculationException(de.hybris.platform.order.exceptions.CalculationException exception, String currencyIso)
-