| Package | Description | 
|---|---|
| org.springframework.web.reactive.handler | Provides HandlerMapping implementations including abstract base classes. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | WebFluxResponseStatusExceptionHandlerCommon WebFlux exception handler that detects instances of
  ResponseStatusException(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. |