public interface WebExceptionHandler
| Modifier and Type | Method and Description |
|---|---|
<any> |
handle(ServerWebExchange exchange,
java.lang.Throwable ex)
Handle the given exception.
|
<any> handle(ServerWebExchange exchange, java.lang.Throwable ex)
exchange - the current exchangeex - the exception to handleMono<Void> to indicate when exception handling is complete