saker.build Documentation TaskDoc JavaDoc Packages
public class TaskIdentifierConflictException extends TaskExecutionException
Instances of this exception is thrown when the task identifier and corresponding data uniqueness is violated.

This is usually thrown when a task for a specific identifier is started multiple times with different task factories.

public TaskIdentifierConflictException(String message, TaskIdentifier taskIdentifier)
Documentation included from: TaskExecutionException
Creates a new exception for the given task identifier and exception message.
messageThe exception message.
taskIdentifierThe related task identifier.