Class ExceptionConverter
java.lang.Object
com.atlassian.confluence.rest.v2.api.model.ExceptionConverter
The REST server-side conversion between Confluence REST API model
ServiceExceptions
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.
- Since:
- 9.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumResponse.StatusTypes for HTTP response codes not supported directly byResponse.Status.static classConverts Confluence REST API modelServiceExceptions intoRestErrorentities, the standardised error response format produced by our REST resources. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final javax.ws.rs.core.Response.StatusType -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NOT_IMPLEMENTED
public static final javax.ws.rs.core.Response.StatusType NOT_IMPLEMENTED
-
-
Constructor Details
-
ExceptionConverter
public ExceptionConverter()
-