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 SummaryConstructorsConstructorDescriptionBuildCancelledException(String message) BuildCancelledException(String message, Throwable throwable) 
- 
Method SummaryMethods inherited from class org.gradle.tooling.GradleConnectionExceptiongetFailuresMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
BuildCancelledException
- 
BuildCancelledException
 
-