Class CheckoutCompletionMessageException

  • All Implemented Interfaces:
    Serializable

    public class CheckoutCompletionMessageException
    extends CheckoutException
    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)