Class TagApiExceptionMapper
- java.lang.Object
-
- org.killbill.billing.jaxrs.mappers.ExceptionMapperBase
-
- org.killbill.billing.jaxrs.mappers.TagApiExceptionMapper
-
- All Implemented Interfaces:
javax.ws.rs.ext.ExceptionMapper<org.killbill.billing.util.api.TagApiException>
@Singleton @Provider public class TagApiExceptionMapper extends ExceptionMapperBase implements javax.ws.rs.ext.ExceptionMapper<org.killbill.billing.util.api.TagApiException>
-
-
Constructor Summary
Constructors Constructor Description TagApiExceptionMapper(javax.ws.rs.core.UriInfo uriInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.ResponsetoResponse(org.killbill.billing.util.api.TagApiException exception)-
Methods inherited from class org.killbill.billing.jaxrs.mappers.ExceptionMapperBase
buildAuthorizationErrorResponse, buildBadRequestResponse, buildConflictingRequestResponse, buildInternalErrorResponse, buildNotFoundResponse, buildPluginTimeoutResponse, fallback, serializeException
-
-