Class MyFatoorahResponseInterpretationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.myfatoorah.service.requestresponse.exception.MyFatoorahResponseInterpretationException
- All Implemented Interfaces:
Serializable
An exception is thrown when a problem is encountered while converting a MyFatoorah API response
into a
PaymentResponse
.- Author:
- Chris Kittrell (ckittrell)
- See Also:
-
Constructor Summary
ConstructorDescriptionMyFatoorahResponseInterpretationException
(String message, Exception exception, com.broadleafcommerce.paymentgateway.domain.PaymentResponse paymentResponse) -
Method Summary
Modifier and TypeMethodDescriptioncom.broadleafcommerce.paymentgateway.domain.PaymentResponse
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MyFatoorahResponseInterpretationException
-
-
Method Details
-
getPaymentResponse
public com.broadleafcommerce.paymentgateway.domain.PaymentResponse getPaymentResponse()
-