Uses of Interface
org.jboss.resteasy.client.exception.WebApplicationExceptionWrapper
-
Uses of WebApplicationExceptionWrapper in org.jboss.resteasy.client.exception
Modifier and TypeClassDescriptionclass
Wraps aBadRequestException
with a sanitized response.class
Wraps aClientErrorException
with a sanitized response.class
Wraps aForbiddenException
with a sanitized response.class
Wraps aInternalServerErrorException
with a sanitized response.class
Wraps aNotAcceptableException
with a sanitized response.class
Wraps aNotAllowedException
with a sanitized response.class
Wraps aNotAuthorizedException
with a sanitized responseclass
Wraps aNotFoundException
with a sanitized response.class
Wraps aNotSupportedException
with a sanitized response.class
Wraps aRedirectionException
with a sanitized response.class
Wraps aServerErrorException
with a sanitized response.class
Wraps aServiceUnavailableException
with a sanitized response.class
Wraps aWebApplicationException
with a sanitized response.