Class CheckoutResponseInterpretationException

  • All Implemented Interfaces:
    Serializable

    public class CheckoutResponseInterpretationException
    extends RuntimeException
    Exception thrown when the response from the Checkout.com SDK cannot be successfully translated into a PaymentResponse.
    See Also:
    Serialized Form
    • Constructor Detail

      • CheckoutResponseInterpretationException

        public CheckoutResponseInterpretationException​(String message,
                                                       com.broadleafcommerce.paymentgateway.domain.PaymentResponse paymentResponse)
    • Method Detail

      • getPaymentResponse

        public com.broadleafcommerce.paymentgateway.domain.PaymentResponse getPaymentResponse()