Class CommandNotFoundException

All Implemented Interfaces:
Serializable

public class CommandNotFoundException extends CommandRunnerException
Thrown by CommandRunner when a command is not available.
See Also:
  • Constructor Details

    • CommandNotFoundException

      public CommandNotFoundException(String message)
    • CommandNotFoundException

      public CommandNotFoundException(String message, Throwable cause)