| Package | Description |
|---|---|
| javax.ws.rs |
High-level interfaces and annotations used to create RESTful service
resources.
|
| org.jboss.resteasy.client.exception |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalServerErrorException
A runtime exception indicating an
internal server error. |
class |
ServiceUnavailableException
A runtime exception indicating that the requested resource
cannot be served. |
| Modifier and Type | Class and Description |
|---|---|
class |
ResteasyInternalServerErrorException
Wraps a
InternalServerErrorException with a sanitized response. |
class |
ResteasyServerErrorException
Wraps a
ServerErrorException with a sanitized response. |
class |
ResteasyServiceUnavailableException
Wraps a
ServiceUnavailableException with a sanitized response. |
| Modifier and Type | Method and Description |
|---|---|
ServerErrorException |
ResteasyServerErrorException.unwrap() |
Copyright © 2025 JBoss by Red Hat. All rights reserved.