Class CommandSetupException

All Implemented Interfaces:
Serializable

public class CommandSetupException extends CommandException
Exception that is thrown when creating a Command fails.
Since:
4.4
See Also:
  • Constructor Details

    • CommandSetupException

      public CommandSetupException(@Nonnull KeyedMessage message)
    • CommandSetupException

      public CommandSetupException(@Nonnull KeyedMessage message, @Nullable Throwable cause)