Class InternalBuildActionFailureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.gradle.tooling.internal.protocol.InternalBuildActionFailureException
-
- All Implemented Interfaces:
java.io.Serializable
public class InternalBuildActionFailureException extends java.lang.RuntimeException
A wrapper thrown when a build action fails with an exception. 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:
- 1.8-rc-1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InternalBuildActionFailureException(java.lang.Throwable cause)
-