Class DuplicateNameException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.github.yusufsdiscordbot.yusufsdiscordcore.bot.exception.DuplicateNameException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDuplicateNameException(@NotNull net.dv8tion.jda.api.interactions.commands.SlashCommandInteraction event) DuplicateNameException(net.dv8tion.jda.api.interactions.commands.SlashCommandInteraction event, String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DuplicateNameException
public DuplicateNameException(@NotNull @NotNull net.dv8tion.jda.api.interactions.commands.SlashCommandInteraction event) -
DuplicateNameException
public DuplicateNameException(net.dv8tion.jda.api.interactions.commands.SlashCommandInteraction event, String message)
-