Class BadRequest
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.natanimn.telebof.exceptions.TelegramApiException
io.github.natanimn.telebof.exceptions.BadRequest
- All Implemented Interfaces:
Serializable
Base class for bad_request errors.
- Since:
- 18 August 2025
- See Also:
-
Field Summary
Fields inherited from class io.github.natanimn.telebof.exceptions.TelegramApiException
description, error_code, ok, parameters
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.github.natanimn.telebof.exceptions.TelegramApiException
throwIt
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BadRequest
-