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