Class CommandException

    • Constructor Detail

      • 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)