Class JaxRsGlobalExceptionHandler

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

@Singleton @Produces @Internal public class JaxRsGlobalExceptionHandler extends Object implements ExceptionHandler<Throwable,HttpResponse<?>>
Handles JAX-RS exceptions that occur during the execution of an HTTP request.
Since:
4.6.0
Author:
Denis Stepanov