public class ClientException
extends java.lang.Exception
| Constructor and Description |
|---|
ClientException(int httpStatus,
java.lang.Throwable throwable) |
ClientException(java.lang.String detailMessage)
Instantiates a new Client exception.
|
ClientException(java.lang.Throwable throwable)
Instantiates a new Client exception.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getHttpStatus() |
public ClientException(java.lang.String detailMessage)
detailMessage - the detail messagepublic ClientException(java.lang.Throwable throwable)
throwable - the throwablepublic ClientException(int httpStatus,
java.lang.Throwable throwable)