public class HttpException
extends java.lang.Exception
| 构造器和说明 |
|---|
HttpException(<any> response) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
code()
HTTP status code.
|
java.lang.String |
message()
HTTP status message.
|
<any> |
response()
The full HTTP response.
|