private static class ExceptionMapperFactory.ExceptionMapperType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.Class<? extends java.lang.Throwable> |
exceptionType |
(package private) ServiceHolder<javax.ws.rs.ext.ExceptionMapper> |
mapper |
Constructor and Description |
---|
ExceptionMapperType(ServiceHolder<javax.ws.rs.ext.ExceptionMapper> mapper,
java.lang.Class<? extends java.lang.Throwable> exceptionType) |
ServiceHolder<javax.ws.rs.ext.ExceptionMapper> mapper
java.lang.Class<? extends java.lang.Throwable> exceptionType
public ExceptionMapperType(ServiceHolder<javax.ws.rs.ext.ExceptionMapper> mapper, java.lang.Class<? extends java.lang.Throwable> exceptionType)