public class HttpStatusException
extends java.io.IOException
| Modifier and Type | Field and Description |
|---|---|
private int |
statusCode |
private java.lang.String |
url |
| Constructor and Description |
|---|
HttpStatusException(java.lang.String message,
int statusCode,
java.lang.String url) |
| Modifier and Type | Method and Description |
|---|---|
int |
getStatusCode() |
java.lang.String |
getUrl() |
java.lang.String |
toString() |