All Implemented Interfaces:
Serializable

public class TaskException extends TaskManagerException
Exception indicating a task related problem on the TaskExecutor.
See Also:
  • Constructor Details

    • TaskException

      public TaskException(String message)
    • TaskException

      public TaskException(String message, Throwable cause)
    • TaskException

      public TaskException(Throwable cause)