Class BotHandlerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
uz.osoncode.telegrambothandler.core.exception.BotHandlerException
- All Implemented Interfaces:
Serializable
Unchecked exception thrown when a bot handler method cannot be invoked via reflection.
Wraps the underlying cause so that the original failure details are preserved while
allowing the exception to propagate through the handler dispatch chain without checked
exception declarations.
- Since:
- 0.0.1
- Author:
- Islom Mirsaburov
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBotHandlerException(String message, Throwable cause) Constructs a newBotHandlerExceptionwith a descriptive message and the root cause. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BotHandlerException
-