Uses of Class
com.broadleafcommerce.vendor.chasepayment.provider.exception.ProviderApiException
Packages that use ProviderApiException
Package
Description
-
Uses of ProviderApiException in com.broadleafcommerce.vendor.chasepayment.service.orbital.external
Methods in com.broadleafcommerce.vendor.chasepayment.service.orbital.external with parameters of type ProviderApiExceptionModifier and TypeMethodDescriptionprotected voidDefaultOrbitalGatewayExternalCallService.handleProviderApiException(OrbitalPaymentRequestWrapper orbitalPaymentRequestWrapper, com.broadleafcommerce.paymentgateway.domain.PaymentResponse responseToPopulate, ProviderApiException e) IfDefaultOrbitalGatewayExternalCallService.executeRequest(OrbitalPaymentRequestWrapper, PaymentResponse)throws aProviderApiException, this method is called to capture error details on the response. -
Uses of ProviderApiException in com.broadleafcommerce.vendor.chasepayment.service.orbital.external.transformer.support
Methods in com.broadleafcommerce.vendor.chasepayment.service.orbital.external.transformer.support that return ProviderApiExceptionModifier and TypeMethodDescriptionOrbitalProviderErrorEvaluationInput.getProviderApiException()TheProviderApiExceptionthat was thrown for the request.Methods in com.broadleafcommerce.vendor.chasepayment.service.orbital.external.transformer.support with parameters of type ProviderApiExceptionModifier and TypeMethodDescriptionvoidOrbitalProviderErrorEvaluationInput.setProviderApiException(ProviderApiException providerApiException) TheProviderApiExceptionthat was thrown for the request.