Class BulkOperationsExceptionAdvisor
java.lang.Object
com.broadleafcommerce.bulkoperations.web.exception.BulkOperationsExceptionAdvisor
@RestControllerAdvice(annotations=org.springframework.web.bind.annotation.ResponseBody.class)
public class BulkOperationsExceptionAdvisor
extends Object
General exception handler registry for handlers not exclusive to a single controller.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<com.broadleafcommerce.common.error.ApiError>
handleBulkOpsHandlerNotFoundException
(Exception ex, org.springframework.web.context.request.WebRequest request) protected void
-
Constructor Details
-
BulkOperationsExceptionAdvisor
public BulkOperationsExceptionAdvisor()
-
-
Method Details
-
handleBulkOpsHandlerNotFoundException
@ExceptionHandler(BulkOperationHandlerNotFoundException.class) public org.springframework.http.ResponseEntity<com.broadleafcommerce.common.error.ApiError> handleBulkOpsHandlerNotFoundException(Exception ex, org.springframework.web.context.request.WebRequest request) -
logDebug
-