Class ZombieExceptionHandler


  • @ControllerAdvice
    public class ZombieExceptionHandler
    extends Object
    • Constructor Detail

      • ZombieExceptionHandler

        public ZombieExceptionHandler()
    • Method Detail

      • handleZombieEx

        @ResponseStatus(GATEWAY_TIMEOUT)
        @ExceptionHandler({com.deere.isg.worktracker.ZombieException.class,com.deere.isg.worktracker.ZombieError.class})
        @ResponseBody
        public org.springframework.http.ResponseEntity<Object> handleZombieEx​(Exception ex)
      • handleAllEx

        @ResponseStatus(INTERNAL_SERVER_ERROR)
        @ExceptionHandler(java.lang.Exception.class)
        @ResponseBody
        public org.springframework.http.ResponseEntity<Object> handleAllEx​(Exception exception)