api / org.gradle.api / BuildCancelledException

BuildCancelledException

@Incubating open class BuildCancelledException : GradleException

A BuildCancelledException is thrown when a build is interrupted due to cancellation request.

Since
2.1

Constructors

<init>

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