Class CheckoutResponseInterpretationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.payment.service.gateway.exceptions.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:
  • Constructor Details

    • CheckoutResponseInterpretationException

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

    • getPaymentResponse

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