I want to have the following method:
@ExceptionHandler(MyRuntimeException.class) public String myRuntimeException(MyRuntimeException e, RedirectAttributes redire
I am looking at the JavaDoc and I don't see where RedirectAttributes is a valid type that is accepted.