Class ExceptionMapping

java.lang.Object
org.jboss.resteasy.microprofile.client.ExceptionMapping
All Implemented Interfaces:
jakarta.ws.rs.client.ClientResponseFilter

public class ExceptionMapping extends Object implements jakarta.ws.rs.client.ClientResponseFilter
This implementation is a bit of a hack and dependent on Resteasy internals. We throw a ResponseProcessingExceptoin that hides the Response object
  • Constructor Details

    • ExceptionMapping

      public ExceptionMapping(Set<Object> instances)
  • Method Details

    • filter

      public void filter(jakarta.ws.rs.client.ClientRequestContext requestContext, jakarta.ws.rs.client.ClientResponseContext responseContext)
      Specified by:
      filter in interface jakarta.ws.rs.client.ClientResponseFilter