public static class Net.HttpException
extends java.io.IOException
Net.get(java.lang.String)
and Net.post(java.lang.String, java.lang.String)
.Modifier and Type | Field and Description |
---|---|
int |
errorCode
The HTTP error code reported by the server.
|
Constructor and Description |
---|
HttpException(int errorCode,
java.lang.String message) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
Copyright © 2019. All Rights Reserved.