Uses of Class
com.broadleafcommerce.cartoperation.exception.CheckoutException
Packages that use CheckoutException
Package
Description
- 
Uses of CheckoutException in com.broadleafcommerce.cartoperation.exceptionSubclasses of CheckoutException in com.broadleafcommerce.cartoperation.exceptionModifier and TypeClassDescriptionclassThrown when an issue is encountered while sending a cart awaiting payment results message to notify external & internal listeners that a cart's checkout completion is waiting for transaction resultsclassThrown when an issue is encountered during the finalization of aCartfollowing a successful checkoutclassThrown when an issue is encountered while sending a checkout completion message to notify external & internal listeners that a cart has successfully completed checkoutclassThrown when an issue is encountered during the rollback of aCart.classThrown when an issue is encountered during the execution of aCheckoutWorkflow
- 
Uses of CheckoutException in com.broadleafcommerce.cartoperation.service.checkoutMethods in com.broadleafcommerce.cartoperation.service.checkout with parameters of type CheckoutExceptionModifier and TypeMethodDescriptionprotected 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.