Class ExceptionConverter
- java.lang.Object
-
- com.atlassian.confluence.rest.client.model.ExceptionConverter
-
@ExperimentalApi public class ExceptionConverter extends Object
The REST client-side conversion between HTTP Response codes (per http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html) from JerseyUniformInterfaceException
s, and Confluence REST API modelServiceException
s.See
ExceptionConverter.Server
for the reverse conversion.- Since:
- 5.10
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExceptionConverter.Client
-
Constructor Summary
Constructors Constructor Description ExceptionConverter()
-