api / org.gradle.tooling / BuildCancelledException

BuildCancelledException

open class BuildCancelledException : GradleConnectionException

Thrown when a org.gradle.tooling.LongRunningOperation is cancelled before the operation completes.

Since
2.1

Constructors

<init>

BuildCancelledException(message: String)
BuildCancelledException(message: String, throwable: Throwable)