Package org.glassfish.jersey.internal
Class ExceptionMapperFactory.ExceptionMapperType
- java.lang.Object
-
- org.glassfish.jersey.internal.ExceptionMapperFactory.ExceptionMapperType
-
- Enclosing class:
- ExceptionMapperFactory
private static class ExceptionMapperFactory.ExceptionMapperType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.Class<? extends java.lang.Throwable>
exceptionType
(package private) ServiceHolder<javax.ws.rs.ext.ExceptionMapper>
mapper
-
Constructor Summary
Constructors Constructor Description ExceptionMapperType(ServiceHolder<javax.ws.rs.ext.ExceptionMapper> mapper, java.lang.Class<? extends java.lang.Throwable> exceptionType)
-
-
-
Field Detail
-
mapper
ServiceHolder<javax.ws.rs.ext.ExceptionMapper> mapper
-
exceptionType
java.lang.Class<? extends java.lang.Throwable> exceptionType
-
-
Constructor Detail
-
ExceptionMapperType
public ExceptionMapperType(ServiceHolder<javax.ws.rs.ext.ExceptionMapper> mapper, java.lang.Class<? extends java.lang.Throwable> exceptionType)
-
-