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 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

      protected void logDebug(Exception ex, org.springframework.web.context.request.WebRequest request)