public class TelegramApiRequestException extends TelegramApiException
Constructor and Description |
---|
TelegramApiRequestException(String message) |
TelegramApiRequestException(String message,
ApiResponse response) |
TelegramApiRequestException(String message,
org.json.JSONObject object) |
TelegramApiRequestException(String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getApiResponse() |
Integer |
getErrorCode() |
ResponseParameters |
getParameters() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public TelegramApiRequestException(String message)
public TelegramApiRequestException(String message, org.json.JSONObject object)
public TelegramApiRequestException(String message, ApiResponse response)
Copyright © 2017. All rights reserved.