public class ClientException extends RuntimeException
| Constructor and Description |
|---|
ClientException(javax.ws.rs.core.Response response) |
ClientException(javax.ws.rs.core.Response response,
String uri) |
ClientException(String message,
int statusCode,
String reasonPhrase) |
| Modifier and Type | Method and Description |
|---|---|
String |
getReasonPhrase() |
int |
getStatusCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2022. All rights reserved.