public class HttpResponseException
extends java.io.IOException
| Constructor and Description |
|---|
HttpResponseException(java.net.HttpURLConnection con) |
HttpResponseException(int responseCode,
java.lang.String responseMessage) |
| Modifier and Type | Method and Description |
|---|---|
int |
getResponseCode() |
java.lang.String |
getResponseMessage() |