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:
- Serializable
A BuildCancelledException is thrown when a build is interrupted due to cancellation request.
- Since:
- 2.1
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionBuildCancelledException(String message) BuildCancelledException(String message, Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
BuildCancelledExceptionpublic BuildCancelledException()
- 
BuildCancelledException
- 
BuildCancelledException
 
-