Class CommandException

    • Constructor Detail

      • CommandException

        public CommandException()
        Creates new CommandException without detail message.
      • CommandException

        public CommandException​(String msg)
        Constructs a CommandException with the specified detail message.
        Parameters:
        msg - the detail message.
      • CommandException

        public CommandException​(Throwable cause)
        Constructs a new CommandException exception with the specified cause.
      • CommandException

        public CommandException​(String msg,
                                Throwable cause)
        Constructs a new CommandException exception with the specified detailed message and cause.