Uses of Class
org.springframework.web.server.ResponseStatusException
Packages that use ResponseStatusException
Package
Description
Support classes for web data binding.
Core interfaces and classes for Spring's generic, reactive web support.
Support package for annotation-based Servlet MVC controllers.
-
Uses of ResponseStatusException in org.springframework.web.bind.support
Subclasses of ResponseStatusException in org.springframework.web.bind.supportModifier and TypeClassDescriptionclassA specialization ofServerWebInputExceptionthrown when after data binding and validation failure. -
Uses of ResponseStatusException in org.springframework.web.server
Subclasses of ResponseStatusException in org.springframework.web.serverModifier and TypeClassDescriptionclassException for errors that fit response status 405 (method not allowed).classException for errors that fit response status 406 (not acceptable).classException for anHttpStatus.INTERNAL_SERVER_ERRORthat exposes extra information about a controller method that failed, or a controller method argument that could not be resolved.classException for errors that fit response status 400 (bad request) for use in Spring Web applications.classException for errors that fit response status 415 (unsupported media type). -
Uses of ResponseStatusException in org.springframework.web.servlet.mvc.annotation
Methods in org.springframework.web.servlet.mvc.annotation with parameters of type ResponseStatusExceptionModifier and TypeMethodDescriptionprotected ModelAndViewResponseStatusExceptionResolver.resolveResponseStatusException(ResponseStatusException ex, HttpServletRequest request, HttpServletResponse response, Object handler) Template method that handles anResponseStatusException.