@Singleton @Provider public class PaymentApiExceptionMapper extends ExceptionMapperBase implements javax.ws.rs.ext.ExceptionMapper<PaymentApiException>
| Constructor and Description |
|---|
PaymentApiExceptionMapper(javax.ws.rs.core.UriInfo uriInfo) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
toResponse(PaymentApiException exception) |
buildAuthorizationErrorResponse, buildBadRequestResponse, buildConflictingRequestResponse, buildInternalErrorResponse, buildNotFoundResponse, buildPluginTimeoutResponse, fallbackpublic PaymentApiExceptionMapper(@Context
javax.ws.rs.core.UriInfo uriInfo)
public javax.ws.rs.core.Response toResponse(PaymentApiException exception)
toResponse in interface javax.ws.rs.ext.ExceptionMapper<PaymentApiException>Copyright © 2010-2015. All Rights Reserved.