exceptionHandler property
Pipeline level exception/error handler.
Exception/error handler for the pipeline. If not set, exceptions/errors will be handled by the server-level exception/error handler.
A pipeline exception handler can be annotated with
@PipelineExceptionHandler()
.
Implementation
ExceptionHandler? exceptionHandler;