Package net.dv8tion.jda.api.exceptions
Class InteractionExpiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.dv8tion.jda.api.exceptions.InteractionExpiredException
- All Implemented Interfaces:
Serializable
Indicates that an interaction has expired and can no longer be responded to.
This is used for follow-up requests sent via
This is used for follow-up requests sent via
InteractionHook
, which expire after 15 minutes.- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InteractionExpiredException
public InteractionExpiredException()
-