Class ReplyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.kaktushose.jdac.exceptions.internal.JDACException
io.github.kaktushose.jdac.exceptions.ReplyException
- All Implemented Interfaces:
Serializable
Thrown if an interaction reply failed.
- See Also:
-
Field Summary
Fields inherited from class JDACException
bundle, errorMessages -
Constructor Summary
ConstructorsConstructorDescriptionReplyException(String key) Constructs a new ReplyException.ReplyException(String key, Throwable cause) Constructs a new ReplyException. -
Method Summary
Methods inherited from class JDACException
errorMessage, errorMessage, getMessageMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ReplyException
Constructs a new ReplyException.- Parameters:
key- the placeholders to insert
-
ReplyException
-