Class RestClientExceptionMapper

  • All Implemented Interfaces:
    org.apache.cxf.jaxrs.client.ResponseExceptionMapper<Exception>

    @Provider
    public class RestClientExceptionMapper
    extends Object
    implements org.apache.cxf.jaxrs.client.ResponseExceptionMapper<Exception>
    • Constructor Detail

      • RestClientExceptionMapper

        public RestClientExceptionMapper()
    • Method Detail

      • fromResponse

        public Exception fromResponse​(javax.ws.rs.core.Response response)
        Specified by:
        fromResponse in interface org.apache.cxf.jaxrs.client.ResponseExceptionMapper<Exception>