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 Details

    • handled

      protected org.jboss.resteasy.client.jaxrs.internal.ClientResponse handled
    • candidates

      protected List<org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper> candidates
  • Constructor Details

    • HandlerException

      public HandlerException(jakarta.ws.rs.client.ClientResponseContext context, List<org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper> candidates)
  • Method Details