Class InternalBuildCancelledException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.gradle.tooling.internal.protocol.InternalBuildCancelledException
-
- All Implemented Interfaces:
java.io.Serializable
public class InternalBuildCancelledException extends java.lang.RuntimeException
A wrapper thrown when a build action throws an exception to signal cancellation. The failure will be attached as the cause of this exception. DO NOT CHANGE THIS CLASS. It is part of the cross-version protocol.- Since:
- 2.2-rc-1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InternalBuildCancelledException(java.lang.Throwable cause)
-