public class HttpServerException extends RuntimeException
| Constructor and Description |
|---|
HttpServerException(int statusCode) |
HttpServerException(int statusCode,
org.json.JSONObject body) |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
getBody() |
String |
getMessage() |
int |
getStatusCode() |
String |
getStatusDescription(int statusCode) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic HttpServerException(int statusCode)
public HttpServerException(int statusCode,
org.json.JSONObject body)
public String getMessage()
getMessage in class Throwablepublic int getStatusCode()
public org.json.JSONObject getBody()
public String getStatusDescription(int statusCode)
Copyright © 2016. All rights reserved.