Class CheckoutRollbackException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.cartoperation.exception.CheckoutException
com.broadleafcommerce.cartoperation.exception.CheckoutRollbackException
- All Implemented Interfaces:
Serializable
Thrown when an issue is encountered during the rollback of a
Cart
.- Author:
- Sunny Yu
- See Also:
-
Constructor Summary
ConstructorDescriptionCheckoutRollbackException
(String message, Throwable cause, CheckoutProcessDto checkoutProcessDto) -
Method Summary
Methods inherited from class com.broadleafcommerce.cartoperation.exception.CheckoutException
getAdditionalInfo, getCart, getCheckoutProcessDto, getFailureType
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CheckoutRollbackException
public CheckoutRollbackException(String message, Throwable cause, CheckoutProcessDto checkoutProcessDto)
-