Class PersistenceRetrievalExceptionHandler

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

@Produces @Singleton @Requires(classes={PersistenceRetrievalException.class,io.micronaut.http.server.exceptions.ExceptionHandler.class}) public class PersistenceRetrievalExceptionHandler extends NGSICompliantExceptionHandler<PersistenceRetrievalException>
Handle all PersistenceRetrievalException and map them to an internal error.