Class ReplyException

All Implemented Interfaces:
Serializable

public final class ReplyException extends JDACException
Thrown if an interaction reply failed.
See Also:
  • Constructor Details

    • ReplyException

      public ReplyException(String key)
      Constructs a new ReplyException.
      Parameters:
      key - the placeholders to insert
    • ReplyException

      public ReplyException(String key, Throwable cause)
      Constructs a new ReplyException.
      Parameters:
      key - the placeholders to insert
      cause - the cause of the reply exception