Uses of Class
com.broadleafcommerce.tabby.provider.exception.ProviderApiException
Packages that use ProviderApiException
Package
Description
-
Uses of ProviderApiException in com.broadleafcommerce.tabby.provider.exception
Subclasses of ProviderApiException in com.broadleafcommerce.tabby.provider.exceptionModifier and TypeClassDescriptionclass
Exception thrown in response to receiving an error from the Tabby Pre-Scoring API. -
Uses of ProviderApiException in com.broadleafcommerce.tabby.service
Methods in com.broadleafcommerce.tabby.service with parameters of type ProviderApiExceptionModifier and TypeMethodDescriptionprotected void
DefaultTabbyExternalCallService.handleWebClientException
(ProviderApiException apiException, com.broadleafcommerce.paymentgateway.domain.PaymentResponse paymentResponse, TabbyErrorResponse errorResponse) protected com.broadleafcommerce.paymentgateway.domain.PaymentResponse
DefaultTabbyExternalCallService.processProviderApiException
(@NonNull ProviderApiException apiException, @NonNull com.broadleafcommerce.paymentgateway.domain.PaymentResponse paymentResponse, @NonNull TabbyPaymentRequest tabbyPaymentRequest) -
Uses of ProviderApiException in com.broadleafcommerce.tabby.web.endpoint.exception
Methods in com.broadleafcommerce.tabby.web.endpoint.exception with parameters of type ProviderApiExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<com.broadleafcommerce.common.error.ApiError>
TabbyExceptionAdvisor.handleTabbyPreScoringApiException
(ProviderApiException ex, org.springframework.web.context.request.WebRequest request)