Class CheckoutCompletionMessageException

  • All Implemented Interfaces:
    Serializable

    public class CheckoutCompletionMessageException
    extends RuntimeException
    Thrown when an issue is encountered while sending a checkout completion message to notify external & internal listeners that a cart has successfully completed checkout
    Author:
    Chris Kittrell (ckittrell)
    See Also:
    Serialized Form
    • Constructor Detail

      • CheckoutCompletionMessageException

        public CheckoutCompletionMessageException​(String message,
                                                  Throwable cause,
                                                  com.broadleafcommerce.cart.client.domain.Cart cart)
    • Method Detail

      • getCart

        public com.broadleafcommerce.cart.client.domain.Cart getCart()
        The cart whose checkout is being finalized.
        Returns:
        The cart whose checkout is being finalized.