public class WebFluxResponseStatusExceptionHandler
extends org.springframework.web.server.handler.ResponseStatusExceptionHandler
ResponseStatusException
(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.
If the response is already committed, the error remains unresolved and is propagated.
| Constructor and Description |
|---|
WebFluxResponseStatusExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
determineRawStatusCode(Throwable ex) |
public WebFluxResponseStatusExceptionHandler()
protected int determineRawStatusCode(Throwable ex)
determineRawStatusCode in class org.springframework.web.server.handler.ResponseStatusExceptionHandler