Class TelegramApiErrorResponseException

Object
Throwable
Exception
TelegramApiException
TelegramApiErrorResponseException
All Implemented Interfaces:
Serializable

public class TelegramApiErrorResponseException extends TelegramApiException
See Also:
  • Constructor Details

    • TelegramApiErrorResponseException

      public TelegramApiErrorResponseException(String message)
    • TelegramApiErrorResponseException

      public TelegramApiErrorResponseException(Throwable cause)
    • TelegramApiErrorResponseException

      public TelegramApiErrorResponseException(String message, Throwable cause)
    • TelegramApiErrorResponseException

      public TelegramApiErrorResponseException(int code, String message)
  • Method Details