@ExperimentalApi public class ExceptionConverter extends Object
ServiceException
s
and HTTP Response codes (per http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html).
See com.atlassian.confluence.rest.client.model.ExceptionConverter.Client
for the reverse conversion.
Modifier and Type | Class and Description |
---|---|
static class |
ExceptionConverter.AdditionalStatus
Response.StatusType s for HTTP response codes not supported directly by Response.Status . |
static class |
ExceptionConverter.Server
Converts Confluence REST API model
ServiceException s into RestError entities,
the standardised error response format produced by our REST resources. |
Modifier and Type | Field and Description |
---|---|
static javax.ws.rs.core.Response.StatusType |
NOT_IMPLEMENTED |
Constructor and Description |
---|
ExceptionConverter() |
Copyright © 2003–2018 Atlassian. All rights reserved.