Class ExceptionConverter


  • @ExperimentalApi
    public class ExceptionConverter
    extends Object
    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.

    • Field Detail

      • NOT_IMPLEMENTED

        public static final javax.ws.rs.core.Response.StatusType NOT_IMPLEMENTED
    • Constructor Detail

      • ExceptionConverter

        public ExceptionConverter()