Uses of Class
org.springframework.web.server.handler.ResponseStatusExceptionHandler
Packages that use ResponseStatusExceptionHandler
Package
Description
Provides HandlerMapping implementations including abstract base classes.
-
Uses of ResponseStatusExceptionHandler in org.springframework.web.reactive.handler
Subclasses of ResponseStatusExceptionHandler in org.springframework.web.reactive.handlerModifier and TypeClassDescriptionclass
Common WebFlux exception handler that detects instances ofResponseStatusException
(inherited from the base class) as well as exceptions annotated with@ResponseStatus
by determining the HTTP status for them and updating the status of the response accordingly.