public class WeiboException extends Exception
| Constructor and Description |
|---|
WeiboException(Exception cause) |
WeiboException(String msg) |
WeiboException(String msg,
Exception cause) |
WeiboException(String msg,
Exception cause,
int statusCode) |
WeiboException(String msg,
int statusCode) |
WeiboException(String msg,
org.json.JSONObject json,
int statusCode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getError() |
int |
getErrorCode() |
String |
getRequest() |
int |
getStatusCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WeiboException(String msg)
public WeiboException(Exception cause)
public WeiboException(String msg, int statusCode) throws org.json.JSONException
org.json.JSONExceptionpublic WeiboException(String msg, org.json.JSONObject json, int statusCode) throws org.json.JSONException
org.json.JSONExceptionCopyright © 2013. All Rights Reserved.