saker.build Documentation TaskDoc JavaDoc Packages
public final class TaskExecutionDeadlockedException extends TaskResultWaitingFailedException
Exception thrown when the build system detects that a build execution has deadlocked.

Deadlocks can occur when no task threads can continue its job, as all of them in a waiting state for other tasks.

The build execution actively monitors this scenario.

Clients shouldn't try to recover from this kind of exception.