Class HttpStatusHandler

java.lang.Object
io.micronaut.http.server.exceptions.HttpStatusHandler
All Implemented Interfaces:
ExceptionHandler<HttpStatusException,HttpResponse>

@Singleton @Produces public class HttpStatusHandler extends Object implements ExceptionHandler<HttpStatusException,HttpResponse>
Handles exception of type HttpStatusException.
Since:
1.0
Author:
Iván López