public class RecoverableErrorResponseException extends Exception
| Constructor and Description |
|---|
RecoverableErrorResponseException(String rawContent,
List<org.apache.http.NameValuePair> requestFormItems) |
RecoverableErrorResponseException(TelegramError error,
List<org.apache.http.NameValuePair> requestFormItems) |
| Modifier and Type | Method and Description |
|---|---|
TelegramError |
getError() |
String |
getMessage() |
List<org.apache.http.NameValuePair> |
getRequestFormItems() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RecoverableErrorResponseException(String rawContent, List<org.apache.http.NameValuePair> requestFormItems)
public RecoverableErrorResponseException(TelegramError error, List<org.apache.http.NameValuePair> requestFormItems)
public String getMessage()
public TelegramError getError()
public List<org.apache.http.NameValuePair> getRequestFormItems()
Copyright © 2016 iSuper.org. All Rights Reserved.