Uses of Class
com.broadleafcommerce.cartoperation.exception.StaleCartException
-
Packages that use StaleCartException Package Description com.broadleafcommerce.cartoperation.service.provider.external com.broadleafcommerce.cartoperation.web.endpoint.exception -
-
Uses of StaleCartException in com.broadleafcommerce.cartoperation.service.provider.external
Methods in com.broadleafcommerce.cartoperation.service.provider.external that return StaleCartException Modifier and Type Method Description protected StaleCartException
ExternalCartProvider. cartConflict(Integer requestCartVersion, String cartId, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, org.springframework.web.reactive.function.client.WebClientResponseException.Conflict conflictException)
Builds an exception when a CONFLICT exception is thrown from the Cart Service, indicating that an optimistic lock failure occurred. -
Uses of StaleCartException in com.broadleafcommerce.cartoperation.web.endpoint.exception
Methods in com.broadleafcommerce.cartoperation.web.endpoint.exception with parameters of type StaleCartException Modifier and Type Method Description org.springframework.http.ResponseEntity<com.broadleafcommerce.common.error.ApiError>
CartOperationExceptionAdvisor. staleCartException(StaleCartException ex, org.springframework.web.context.request.WebRequest request)
Constructors in com.broadleafcommerce.cartoperation.web.endpoint.exception with parameters of type StaleCartException Constructor Description StaleCartApiError(StaleCartException ex)
-