Class ContextRetrievalExceptionHandler

java.lang.Object
org.fiware.mintaka.exception.NGSICompliantExceptionHandler<ContextRetrievalException>
org.fiware.mintaka.exception.ContextRetrievalExceptionHandler
All Implemented Interfaces:
io.micronaut.http.server.exceptions.ExceptionHandler<ContextRetrievalException,io.micronaut.http.HttpResponse<ProblemDetails>>

@Produces @Singleton @Requires(classes={ContextRetrievalException.class,io.micronaut.http.server.exceptions.ExceptionHandler.class}) public class ContextRetrievalExceptionHandler extends NGSICompliantExceptionHandler<ContextRetrievalException>