Class CheckoutWorkflowException

All Implemented Interfaces:
Serializable

public class CheckoutWorkflowException extends CheckoutException
Thrown when an issue is encountered during the execution of a CheckoutWorkflow
Author:
Chris Kittrell (ckittrell)
See Also:
  • Constructor Details

  • Method Details

    • getItemFailureMessages

      public Map<String,String> getItemFailureMessages()
      Line item error messages used to describe issues with individual fields, cart items, etc. For example, this may consist of map entries where the key is a cart item id (or name) & the value is an explanation of why the item is misconfigured.
      Returns:
      Line item error messages used to describe issues with individual fields, cart items, etc.
    • getPaymentTransactionFailureDetails

      public List<PaymentTransactionFailureDetail> getPaymentTransactionFailureDetails()
      A collection of PaymentTransactionFailureDetails describing how the transaction(s) failed.
      Returns:
      A collection of PaymentTransactionFailureDetails describing how the transaction(s) failed.