Package dev.sympho.bot_utils
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
Exception that represents an error encountered while creating an attachment.
- Since:
- 1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAttachmentException(String message, Throwable cause) Creates a new instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AttachmentException
Creates a new instance.- Parameters:
message- The error message.cause- The underlying cause.
-