Package io.apicurio.registry.rest
Class RegistryExceptionMapper
- java.lang.Object
-
- io.apicurio.registry.rest.RegistryExceptionMapper
-
- All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<Throwable>
@ApplicationScoped @Provider public class RegistryExceptionMapper extends Object implements javax.ws.rs.ext.ExceptionMapper<Throwable>
TODO use v1 beans when appropriate (when handling REST API v1 calls)- Author:
- eric.wittmann@gmail.com, Ales Justin, Jakub Senko 'jsenko@redhat.com'
-
-
Constructor Summary
Constructors Constructor Description RegistryExceptionMapper()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Set<Class<? extends Exception>>
getIgnored()
javax.ws.rs.core.Response
toResponse(Throwable t)
-