Class ExceptionMapping.HandlerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.ws.rs.ProcessingException
jakarta.ws.rs.client.ResponseProcessingException
org.jboss.resteasy.microprofile.client.ExceptionMapping.HandlerException
- All Implemented Interfaces:
Serializable
- Enclosing class:
ExceptionMapping
public static class ExceptionMapping.HandlerException
extends jakarta.ws.rs.client.ResponseProcessingException
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper> protected org.jboss.resteasy.client.jaxrs.internal.ClientResponse -
Constructor Summary
ConstructorsConstructorDescriptionHandlerException(jakarta.ws.rs.client.ClientResponseContext context, List<org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper> candidates) -
Method Summary
Methods inherited from class jakarta.ws.rs.client.ResponseProcessingException
getResponseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
handled
protected org.jboss.resteasy.client.jaxrs.internal.ClientResponse handled -
candidates
-
-
Constructor Details
-
HandlerException
public HandlerException(jakarta.ws.rs.client.ClientResponseContext context, List<org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper> candidates)
-
-
Method Details
-
mapException
- Throws:
Exception
-