Class VerifoneResponseInterpretationException

  • All Implemented Interfaces:
    Serializable

    public class VerifoneResponseInterpretationException
    extends RuntimeException
    An exception is thrown when a problem is encountered while converting a Verifone API response into a PaymentResponse.
    Author:
    Chris Kittrell (ckittrell)
    See Also:
    Serialized Form
    • Constructor Detail

      • VerifoneResponseInterpretationException

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

      • getPaymentResponse

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