Class BuildCancelledException

All Implemented Interfaces:
Serializable

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()
      Creates a new BuildCancelledException.
      Since:
      2.1
    • BuildCancelledException

      public BuildCancelledException(String message)
      Creates a new BuildCancelledException.
      Since:
      2.1
    • BuildCancelledException

      public BuildCancelledException(String message, Throwable cause)
      Creates a new BuildCancelledException.
      Since:
      2.1