Class ExceptionMapping
- java.lang.Object
 - 
- org.jboss.resteasy.microprofile.client.ExceptionMapping
 
 
- 
- All Implemented Interfaces:
 javax.ws.rs.client.ClientResponseFilter
public class ExceptionMapping extends Object implements javax.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 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExceptionMapping.HandlerException 
- 
Constructor Summary
Constructors Constructor Description ExceptionMapping(Set<Object> instances) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfilter(javax.ws.rs.client.ClientRequestContext requestContext, javax.ws.rs.client.ClientResponseContext responseContext) 
 - 
 
- 
- 
Method Detail
- 
filter
public void filter(javax.ws.rs.client.ClientRequestContext requestContext, javax.ws.rs.client.ClientResponseContext responseContext) throws IOException- Specified by:
 filterin interfacejavax.ws.rs.client.ClientResponseFilter- Throws:
 IOException
 
 - 
 
 -