Class TaskException

  • All Implemented Interfaces:
    Serializable

    public class TaskException
    extends Exception
    This exception is thrown if an error occurs while performing a task.
    See Also:
    Serialized Form
    • Constructor Detail

      • TaskException

        public TaskException​(String message)
      • TaskException

        public TaskException​(String message,
                             Throwable cause)