public class ClientException extends Exception
| Constructor and Description |
|---|
ClientException(String message) |
ClientException(String message,
int htmlStatusCode) |
ClientException(String message,
int htmlStatusCode,
Throwable throwable) |
ClientException(String message,
Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHttpStatusCode() |
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ClientException(String message)
public ClientException(String message, int htmlStatusCode)
public int getHttpStatusCode()
public String getMessage()
getMessage in class ThrowableCopyright © 2007–2017 The Apache Software Foundation. All rights reserved.