Class OrderOperationExceptionAdvisor
java.lang.Object
com.broadleafcommerce.orderoperation.web.endpoint.exception.OrderOperationExceptionAdvisor
@RestControllerAdvice(annotations=org.springframework.web.bind.annotation.ResponseBody.class)
public class OrderOperationExceptionAdvisor
extends Object
Exception advisor for handling exceptions thrown by order operation endpoints.
- Since:
- Order Operation Service 2.2.0, Release Train 2.3.0
-
Constructor Summary
ConstructorsConstructorDescriptionOrderOperationExceptionAdvisor(com.fasterxml.jackson.databind.ObjectMapper mapper) -
Method Summary
Modifier and TypeMethodDescriptionprotected com.fasterxml.jackson.databind.ObjectMapperorg.springframework.http.ResponseEntity<com.broadleafcommerce.common.error.ApiError>handleProviderApiError(ProviderApiException ex, org.springframework.web.context.request.WebRequest request) protected void
-
Constructor Details
-
OrderOperationExceptionAdvisor
public OrderOperationExceptionAdvisor(com.fasterxml.jackson.databind.ObjectMapper mapper)
-
-
Method Details
-
handleProviderApiError
@ExceptionHandler public org.springframework.http.ResponseEntity<com.broadleafcommerce.common.error.ApiError> handleProviderApiError(ProviderApiException ex, org.springframework.web.context.request.WebRequest request) -
logError
-
getMapper
protected com.fasterxml.jackson.databind.ObjectMapper getMapper()
-