Class TaskTerminationFailedException

  • All Implemented Interfaces:
    Serializable

    public class TaskTerminationFailedException
    extends pro.taskana.common.api.exceptions.TaskanaException
    This exception is thrown when the adapter failed to terminate a task in taskana.
    See Also:
    Serialized Form
    • Constructor Detail

      • TaskTerminationFailedException

        public TaskTerminationFailedException​(String taskId,
                                              Throwable cause)
    • Method Detail

      • getTaskId

        public String getTaskId()