Uses of Class
com.broadleafcommerce.cartoperation.exception.CheckoutException
- 
Packages that use CheckoutException Package Description com.broadleafcommerce.cartoperation.exception com.broadleafcommerce.cartoperation.service.checkout  - 
- 
Uses of CheckoutException in com.broadleafcommerce.cartoperation.exception
Subclasses of CheckoutException in com.broadleafcommerce.cartoperation.exception Modifier and Type Class Description classCartFinalizationExceptionThrown when an issue is encountered during the finalization of aCartfollowing a successful checkoutclassCheckoutCompletionMessageExceptionThrown when an issue is encountered while sending a checkout completion message to notify external & internal listeners that a cart has successfully completed checkoutclassCheckoutRollbackExceptionThrown when an issue is encountered during the rollback of aCart.classCheckoutWorkflowExceptionThrown when an issue is encountered during the execution of aCheckoutWorkflow - 
Uses of CheckoutException in com.broadleafcommerce.cartoperation.service.checkout
Methods in com.broadleafcommerce.cartoperation.service.checkout with parameters of type CheckoutException Modifier and Type Method Description protected CheckoutResponseDefaultCheckoutService. buildFailedCheckoutResponse(@NonNull com.broadleafcommerce.cart.client.domain.Cart cart, @NonNull String requestId, @NonNull CheckoutException e, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)protected CheckoutProcessDtoDefaultCheckoutService. removeStaleCartItems(@NonNull CheckoutProcessDto processDto, @NonNull CheckoutException e, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)RemovesCartItemsfrom theCartthat can no longer be found in the catalog & reprices the cart. 
 -