Class BuildCancelledException

All Implemented Interfaces:
Serializable

@Incubating public class BuildCancelledException extends GradleConnectionException
Thrown when a LongRunningOperation is cancelled before the operation completes.
Since:
2.1
See Also:
  • Constructor Details

    • BuildCancelledException

      public BuildCancelledException(String message)
    • BuildCancelledException

      public BuildCancelledException(String message, Throwable throwable)