Class DefaultMicroprofileRestClientExceptionMapper

  • All Implemented Interfaces:
    org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper

    public class DefaultMicroprofileRestClientExceptionMapper
    extends Object
    implements org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper
    • Constructor Detail

      • DefaultMicroprofileRestClientExceptionMapper

        public DefaultMicroprofileRestClientExceptionMapper()
    • Method Detail

      • toThrowable

        public Throwable toThrowable​(javax.ws.rs.core.Response response)
        Specified by:
        toThrowable in interface org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper
      • handles

        public boolean handles​(int status,
                               javax.ws.rs.core.MultivaluedMap headers)
        Specified by:
        handles in interface org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper
      • getPriority

        public int getPriority()
        Specified by:
        getPriority in interface org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper