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 org.springframework.http.HttpStatus |
determineStatus(Throwable ex) |
public WebFluxResponseStatusExceptionHandler()
@Nullable protected org.springframework.http.HttpStatus determineStatus(Throwable ex)
determineStatus in class org.springframework.web.server.handler.ResponseStatusExceptionHandler