public class HttpException extends Exception
| Constructor and Description |
|---|
HttpException(int statusCode,
String msg) |
HttpException(org.apache.http.StatusLine statusLine) |
HttpException(org.apache.http.StatusLine statusLine,
org.apache.http.HttpEntity responseEntity) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEntity() |
String |
getMessage() |
int |
getStatusCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic HttpException(int statusCode,
String msg)
public HttpException(org.apache.http.StatusLine statusLine)
public HttpException(org.apache.http.StatusLine statusLine,
org.apache.http.HttpEntity responseEntity)
public int getStatusCode()
public String getEntity()
public String getMessage()
getMessage in class ThrowableCopyright © 2018. All rights reserved.