Package org.gradle.api
Class BuildCancelledException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.gradle.api.GradleException
-
- org.gradle.api.BuildCancelledException
-
- All Implemented Interfaces:
java.io.Serializable
public class BuildCancelledException extends GradleException
A
BuildCancelledException
is thrown when a build is interrupted due to cancellation request.- Since:
- 2.1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BuildCancelledException()
BuildCancelledException(java.lang.String message)
BuildCancelledException(java.lang.String message, java.lang.Throwable cause)
-