public class HttpResponseException
extends java.io.IOException
| Modifier and Type | Field and Description |
|---|---|
int |
code |
java.lang.String |
reasonPhrase |
| Constructor and Description |
|---|
HttpResponseException(int code,
java.lang.String reasonPhrase) |