Class UnsupportedTaskException

    • Constructor Detail

      • UnsupportedTaskException

        public UnsupportedTaskException​(String task)
        Indicates that a requested task is not supported
        Parameters:
        task - name of task
      • UnsupportedTaskException

        public UnsupportedTaskException​(String task,
                                        String message)
        Indicates that the use of a task is not supported
        Parameters:
        task - name of task
        message - reason for error