Uses of Class
org.springframework.web.server.handler.ResponseStatusExceptionHandler
Package
Description
Provides HandlerMapping implementations including abstract base classes.
-
Uses of ResponseStatusExceptionHandler in org.springframework.web.reactive.handler
Modifier 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.