Class ExceptionHandler

java.lang.Object
org.jboss.resteasy.reactive.server.handlers.ExceptionHandler
All Implemented Interfaces:
ServerRestHandler, org.jboss.resteasy.reactive.spi.RestHandler<ResteasyReactiveRequestContext>

public class ExceptionHandler extends Object implements ServerRestHandler
Our job is to turn an exception into a Response instance. This is only present in the abort chain