Class CommandException

All Implemented Interfaces:
Serializable

public class CommandException extends RuntimeException
Thrown when an unhandled exception occurs during the execution of a Command
See Also:
  • Constructor Details

    • CommandException

      public CommandException()
      Creates a new instance of CommandException without detail message.
    • CommandException

      public CommandException(String msg)
      Constructs an instance of CommandException with the specified detail message.
      Parameters:
      msg - the detail message.
    • CommandException

      public CommandException(String msg, Throwable cause)