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:
Serializable
Thrown when a
LongRunningOperation
is cancelled before the operation completes.- Since:
- 2.1
- See Also:
-
Constructor Summary
ConstructorDescriptionBuildCancelledException
(String message) BuildCancelledException
(String message, Throwable throwable) -
Method Summary
Methods inherited from class org.gradle.tooling.GradleConnectionException
getFailures
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BuildCancelledException
-
BuildCancelledException
-