Package org.gradle.tooling
Class GradleConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gradle.tooling.GradleConnectionException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- BuildActionFailureException,- BuildCancelledException,- BuildException,- ListenerFailedException,- TestExecutionException,- UnsupportedBuildArgumentException,- UnsupportedVersionException
Thrown when there is some problem using a Gradle connection.
- Since:
- 1.0-milestone-3
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionGradleConnectionException(String message) GradleConnectionException(String message, Throwable throwable) Constructor.
- 
Method SummaryModifier and TypeMethodDescriptionThe list of failures that occurred during the build.Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details
- 
Method Details- 
getFailuresThe list of failures that occurred during the build.- Returns:
- the failures
- Since:
- 8.12
 
 
-