@Singleton @Provider public class AccountApiExceptionMapper extends ExceptionMapperBase implements javax.ws.rs.ext.ExceptionMapper<AccountApiException>
| Constructor and Description |
|---|
AccountApiExceptionMapper(javax.ws.rs.core.UriInfo uriInfo) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
toResponse(AccountApiException exception) |
buildAuthorizationErrorResponse, buildBadRequestResponse, buildConflictingRequestResponse, buildInternalErrorResponse, buildNotFoundResponse, buildPluginTimeoutResponse, fallback, serializeExceptionpublic AccountApiExceptionMapper(@Context
javax.ws.rs.core.UriInfo uriInfo)
public javax.ws.rs.core.Response toResponse(AccountApiException exception)
toResponse in interface javax.ws.rs.ext.ExceptionMapper<AccountApiException>Copyright © 2010–2022. All rights reserved.