Package org.gradle.tooling
Class BuildCancelledException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.gradle.tooling.GradleConnectionException
-
- org.gradle.tooling.BuildCancelledException
-
- All Implemented Interfaces:
java.io.Serializable
public class BuildCancelledException extends GradleConnectionException
Thrown when aLongRunningOperation
is cancelled before the operation completes.- Since:
- 2.1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BuildCancelledException(java.lang.String message)
BuildCancelledException(java.lang.String message, java.lang.Throwable throwable)
-