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 JerseyUniformInterfaceExceptions, and Confluence REST API modelServiceExceptions.See
ExceptionConverter.Serverfor the reverse conversion.- Since:
- 5.10
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExceptionConverter.Client
-
Constructor Summary
Constructors Constructor Description ExceptionConverter()
-