public class HttpConnectionException extends ConnectionException
| Constructor and Description |
|---|
HttpConnectionException(int responseCode,
java.lang.String message) |
| Modifier and Type | Method and Description |
|---|---|
int |
getResponseCode()
Returns the response code.
|