Class ExceptionMapping.HandlerException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- javax.ws.rs.ProcessingException
 - 
- javax.ws.rs.client.ResponseProcessingException
 - 
- org.jboss.resteasy.microprofile.client.ExceptionMapping.HandlerException
 
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
- Enclosing class:
 - ExceptionMapping
 
public static class ExceptionMapping.HandlerException extends javax.ws.rs.client.ResponseProcessingException- See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected List<org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper>candidatesprotected ClientResponsehandled 
- 
Constructor Summary
Constructors Constructor Description HandlerException(javax.ws.rs.client.ClientResponseContext context, List<org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper> candidates) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmapException(Method method)- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Field Detail
- 
handled
protected ClientResponse handled
 
- 
candidates
protected List<org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper> candidates
 
 - 
 
- 
Constructor Detail
- 
HandlerException
public HandlerException(javax.ws.rs.client.ClientResponseContext context, List<org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper> candidates) 
 - 
 
 -