Class TelegramApiRequestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.telegram.telegrambots.meta.exceptions.TelegramApiException
-
- org.telegram.telegrambots.meta.exceptions.TelegramApiRequestException
-
- All Implemented Interfaces:
Serializable
public class TelegramApiRequestException extends TelegramApiException
- Version:
- 1.0 Exception thrown when something goes wrong in the api
- Author:
- Ruben Bermudez
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TelegramApiRequestException(String message)TelegramApiRequestException(String message, Throwable cause)TelegramApiRequestException(String message, org.json.JSONObject object)TelegramApiRequestException(String message, ApiResponse response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetApiResponse()IntegergetErrorCode()ResponseParametersgetParameters()StringtoString()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
TelegramApiRequestException
public TelegramApiRequestException(String message)
-
TelegramApiRequestException
public TelegramApiRequestException(String message, org.json.JSONObject object)
-
TelegramApiRequestException
public TelegramApiRequestException(String message, ApiResponse response)
-
-