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