package saker.build.task.exception
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.
From: TaskExecutionException |
From: Throwable |
From: Object |