| Package | Description |
|---|---|
| org.jboss.resteasy.client.exception |
| Modifier and Type | Class and Description |
|---|---|
class |
ResteasyBadRequestException
Wraps a
BadRequestException with a sanitized response. |
class |
ResteasyClientErrorException
Wraps a
ClientErrorException with a sanitized response. |
class |
ResteasyForbiddenException
Wraps a
ForbiddenException with a sanitized response. |
class |
ResteasyInternalServerErrorException
Wraps a
InternalServerErrorException with a sanitized response. |
class |
ResteasyNotAcceptableException
Wraps a
NotAcceptableException with a sanitized response. |
class |
ResteasyNotAllowedException
Wraps a
NotAllowedException with a sanitized response. |
class |
ResteasyNotAuthorizedException
Wraps a
NotAuthorizedException with a sanitized response |
class |
ResteasyNotFoundException
Wraps a
NotFoundException with a sanitized response. |
class |
ResteasyNotSupportedException
Wraps a
NotSupportedException with a sanitized response. |
class |
ResteasyRedirectionException
Wraps a
RedirectionException with a sanitized response. |
class |
ResteasyServerErrorException
Wraps a
ServerErrorException with a sanitized response. |
class |
ResteasyServiceUnavailableException
Wraps a
ServiceUnavailableException with a sanitized response. |
class |
ResteasyWebApplicationException
Wraps a
WebApplicationException with a sanitized response. |
Copyright © 2023 JBoss by Red Hat. All rights reserved.