Class TelegramApiException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.telegram.telegrambots.meta.exceptions.TelegramApiException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TelegramApiRequestException, TelegramApiValidationException

public class TelegramApiException extends Exception
Version:
1.0
Author:
Ruben Bermudez
See Also:
  • Constructor Details

    • TelegramApiException

      public TelegramApiException()
    • TelegramApiException

      public TelegramApiException(String message)
    • TelegramApiException

      public TelegramApiException(String message, Throwable cause)
    • TelegramApiException

      public TelegramApiException(Throwable cause)
    • TelegramApiException

      protected TelegramApiException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)