Class NoHandlerFoundControllerAdvice

java.lang.Object
com.aquima.web.boot.NoHandlerFoundControllerAdvice

@RootContext @ControllerAdvice public class NoHandlerFoundControllerAdvice extends Object
Set behavior when url is not found for all contexts
  • Constructor Details Link icon

    • NoHandlerFoundControllerAdvice Link icon

      public NoHandlerFoundControllerAdvice()
  • Method Details Link icon

    • handleNoHandlerFoundException Link icon

      @ExceptionHandler(org.springframework.web.servlet.NoHandlerFoundException.class) public String handleNoHandlerFoundException(org.springframework.web.servlet.NoHandlerFoundException ex)