Class GradleConnectionException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BuildActionFailureException, BuildCancelledException, BuildException, ListenerFailedException, TestExecutionException, UnsupportedBuildArgumentException, UnsupportedVersionException

public class GradleConnectionException extends RuntimeException
Thrown when there is some problem using a Gradle connection.
Since:
1.0-milestone-3
See Also:
  • Constructor Details

    • GradleConnectionException

      public GradleConnectionException(String message)
    • GradleConnectionException

      public GradleConnectionException(String message, Throwable throwable)
    • GradleConnectionException

      @Incubating public GradleConnectionException(String message, Throwable failure, Supplier<List<Failure>> failures)
      Constructor.
      Since:
      8.12
  • Method Details

    • getFailures

      @Incubating public List<Failure> getFailures()
      The list of failures that occurred during the build.
      Returns:
      the failures
      Since:
      8.12