Class VerifoneResponseInterpretationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.broadleafcommerce.payment.service.gateway.requestresponse.exception.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 aPaymentResponse
.- Author:
- Chris Kittrell (ckittrell)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VerifoneResponseInterpretationException(String message, Exception exception, com.broadleafcommerce.paymentgateway.domain.PaymentResponse paymentResponse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.broadleafcommerce.paymentgateway.domain.PaymentResponse
getPaymentResponse()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-