Class DefaultMicroprofileRestClientExceptionMapper

java.lang.Object
io.quarkus.rest.client.reactive.runtime.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 Details

    • DefaultMicroprofileRestClientExceptionMapper

      public DefaultMicroprofileRestClientExceptionMapper()
  • Method Details

    • toThrowable

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

      public boolean handles(int status, jakarta.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