Class InteractionExpiredException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.dv8tion.jda.api.exceptions.InteractionExpiredException
All Implemented Interfaces:
Serializable

public class InteractionExpiredException extends RuntimeException
Indicates that an interaction has expired and can no longer be responded to.
This is used for follow-up requests sent via InteractionHook, which expire after 15 minutes.
See Also:
  • Constructor Details

    • InteractionExpiredException

      public InteractionExpiredException()