Class UnsupportedTaskException

All Implemented Interfaces:
Serializable, MessageFormattable

public class UnsupportedTaskException extends TaskException
See Also:
  • Constructor Details

    • 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