Package net.dv8tion.jda.api.exceptions
Class InteractionFailureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- java.util.concurrent.CancellationException
-
- net.dv8tion.jda.api.exceptions.InteractionFailureException
-
- All Implemented Interfaces:
java.io.Serializable
public class InteractionFailureException extends java.util.concurrent.CancellationException
Exception caused by the failure ofReplyAction
.This is used to signal that a
WebhookMessageAction
was cancelled due to a cascading failure from the initial command acknowledgement.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InteractionFailureException()
-