Class CommandException

    • Constructor Detail

      • CommandException

        public CommandException​(String message)
        Create an exception containing the message
        Parameters:
        message - The error message
      • CommandException

        public CommandException​(String message,
                                Throwable cause)
        Create an exception containing the message and root cause
        Parameters:
        message - The error message
        cause - The root cause