java.lang.Object
net.odoframework.http.BaseHttpResponse
net.odoframework.http.HttpError
public class HttpError extends BaseHttpResponse
-
Field Summary
Fields inherited from class net.odoframework.http.BaseHttpResponse
body, code -
Constructor Summary
Constructors Constructor Description HttpError(int code, String message, InputStream body) -
Method Summary
Methods inherited from class net.odoframework.http.BaseHttpResponse
body, bodyAs, bodyAsString, getCode
-
Constructor Details
-
HttpError
-
-
Method Details
-
getMessage
-
equals
- Overrides:
equalsin classBaseHttpResponse
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseHttpResponse
-
toString
-