Class RestClientExceptionMapper

java.lang.Object
org.apache.syncope.client.lib.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 Details

    • RestClientExceptionMapper

      public RestClientExceptionMapper()
  • Method Details

    • fromResponse

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