public class ClientException extends RuntimeException
| Constructor and Description |
|---|
ClientException() |
ClientException(String message) |
ClientException(String message,
Throwable cause) |
ClientException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
ClientException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2022. All rights reserved.