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