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:
Serializable
Exception caused by the failure of
ReplyAction
.
This is used to signal that a WebhookMessageCreateAction
was cancelled due to a cascading failure from the initial command acknowledgement.
- 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
-
InteractionFailureException
public InteractionFailureException()
-