public static class ExceptionMapping.HandlerException extends ResponseProcessingException
Modifier and Type | Field and Description |
---|---|
protected List<org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper> |
candidates |
protected ClientResponse |
handled |
Constructor and Description |
---|
HandlerException(ClientResponseContext context,
List<org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper> candidates) |
Modifier and Type | Method and Description |
---|---|
void |
mapException(Method method) |
getResponse
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected ClientResponse handled
protected List<org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper> candidates
public HandlerException(ClientResponseContext context, List<org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper> candidates)
Copyright © 2019 JBoss by Red Hat. All rights reserved.