Class BuildCancelledException

All Implemented Interfaces:
Serializable

@Incubating public class BuildCancelledException extends GradleException

A BuildCancelledException is thrown when a build is interrupted due to cancellation request.

Since:
2.1
See Also:
  • Constructor Details

    • BuildCancelledException

      public BuildCancelledException()
    • BuildCancelledException

      public BuildCancelledException(String message)
    • BuildCancelledException

      public BuildCancelledException(String message, Throwable cause)