public class ClientException extends RuntimeException
| Constructor and Description |
|---|
ClientException(String message) |
ClientException(String message,
boolean retryable) |
ClientException(String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRetryable() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2012–2023. All rights reserved.