api / org.gradle.workers / WorkerExecutionException

WorkerExecutionException

@Incubating open class WorkerExecutionException : DefaultMultiCauseException

Indicates that a failure occurred during execution of work in a worker.

Since
3.5

Constructors

<init>

WorkerExecutionException(message: String)
WorkerExecutionException(message: String, vararg causes: Throwable)
WorkerExecutionException(message: String, causes: MutableIterable<Throwable>)