package saker.build.task.exception
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( Creates a new exception for the given task identifier and exception message. |
From: TaskExecutionException |
From: Throwable |
From: Object |
Documentation included from: TaskExecutionException
Creates a new exception for the given task identifier and exception message.
messageThe exception message.
taskIdentifierThe related task identifier.