Class DiscordUtils.AttachmentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.sympho.bot_utils.DiscordUtils.AttachmentException
All Implemented Interfaces:
Serializable
Enclosing class:
DiscordUtils

public static class DiscordUtils.AttachmentException extends RuntimeException
Exception that represents an error encountered while creating an attachment.
Since:
1.0
See Also:
  • Constructor Details

    • AttachmentException

      public AttachmentException(String message, Throwable cause)
      Creates a new instance.
      Parameters:
      message - The error message.
      cause - The underlying cause.