Class ScheduledJobExceptionAdvisor


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

      • ScheduledJobExceptionAdvisor

        public ScheduledJobExceptionAdvisor()
    • Method Detail

      • handleDeleteScheduledJobException

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

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