public class HttpException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
private int |
responseCode |
private java.lang.String |
responseMessage |
private static long |
serialVersionUID |
| Constructor and Description |
|---|
HttpException(int responseCode,
java.lang.String responseMessage) |
| Modifier and Type | Method and Description |
|---|---|
int |
getResponseCode() |
java.lang.String |
getResponseMessage() |
private static final long serialVersionUID
private int responseCode
private java.lang.String responseMessage