Class InventoryExceptionAdvisor


  • @RestControllerAdvice(annotations=org.springframework.web.bind.annotation.ResponseBody.class)
    public class InventoryExceptionAdvisor
    extends Object
    General exception handler registry for handlers not exclusive to a single controller.
    Author:
    Kelly Tisdell (ktisdell)
    • Constructor Detail

      • InventoryExceptionAdvisor

        public InventoryExceptionAdvisor()
    • Method Detail

      • handleInventoryUnavailable

        @ExceptionHandler(InventoryUnavailableException.class)
        public org.springframework.http.ResponseEntity<com.broadleafcommerce.common.error.ApiError> handleInventoryUnavailable​(Exception ex,
                                                                                                                               org.springframework.web.context.request.WebRequest request)
      • logDebug

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