Class ExceptionConverter
- java.lang.Object
-
- com.atlassian.confluence.rest.api.model.ExceptionConverter
-
@ExperimentalApi public class ExceptionConverter extends Object
The REST server-side conversion between Confluence REST API modelServiceExceptions and HTTP Response codes (per http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html).See
com.atlassian.confluence.rest.client.model.ExceptionConverter.Clientfor the reverse conversion.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExceptionConverter.AdditionalStatusResponse.StatusTypes for HTTP response codes not supported directly byResponse.Status.static classExceptionConverter.ServerConverts Confluence REST API modelServiceExceptions intoRestErrorentities, the standardised error response format produced by our REST resources.
-
Field Summary
Fields Modifier and Type Field Description static javax.ws.rs.core.Response.StatusTypeNOT_IMPLEMENTED
-
Constructor Summary
Constructors Constructor Description ExceptionConverter()
-