Class JaxRsExceptionHandler

java.lang.Object
io.micronaut.jaxrs.runtime.core.JaxRsExceptionHandler
All Implemented Interfaces:
ExceptionHandler<WebApplicationException,HttpResponse<?>>

@Singleton @Produces public class JaxRsExceptionHandler extends Object implements ExceptionHandler<WebApplicationException,HttpResponse<?>>
Handles JAX-RS exceptions that occur during the execution of an HTTP request.
Author:
guillermocalvo