Uses of Class
com.broadleafcommerce.cartoperation.exception.CheckoutException
Packages that use CheckoutException
Package
Description
-
Uses of CheckoutException in com.broadleafcommerce.cartoperation.exception
Subclasses of CheckoutException in com.broadleafcommerce.cartoperation.exceptionModifier and TypeClassDescriptionclass
Thrown 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 resultsclass
Thrown when an issue is encountered during the finalization of aCart
following a successful checkoutclass
Thrown when an issue is encountered while sending a checkout completion message to notify external & internal listeners that a cart has successfully completed checkoutclass
Thrown when an issue is encountered during the rollback of aCart
.class
Thrown 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 CheckoutExceptionModifier and TypeMethodDescriptionprotected CheckoutResponse
DefaultCheckoutService.buildFailedCheckoutResponse
(@NonNull com.broadleafcommerce.cart.client.domain.Cart cart, @NonNull String requestId, @NonNull CheckoutException e, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) protected CheckoutProcessDto
DefaultCheckoutService.removeStaleCartItems
(@NonNull CheckoutProcessDto processDto, @NonNull CheckoutException e, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) RemovesCartItems
from theCart
that can no longer be found in the catalog & reprices the cart.