Remove IOException that's not thrown from Javadoc

This commit is contained in:
rstoyanchev 2024-03-07 16:05:15 +00:00
parent dec5265354
commit 56a1c810b5
1 changed files with 0 additions and 1 deletions

View File

@ -512,7 +512,6 @@ public class DefaultHandlerExceptionResolver extends AbstractHandlerExceptionRes
* @param handler the executed handler, or {@code null} if none chosen
* at the time of the exception (for example, if multipart resolution failed)
* @return an empty ModelAndView indicating the exception was handled
* @throws IOException potentially thrown from {@link HttpServletResponse#sendError}
* @since 5.3.33
*/
protected ModelAndView handleAsyncRequestNotUsableException(AsyncRequestNotUsableException ex,