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:
    Serialized Form
    • Constructor Detail

      • BuildCancelledException

        public BuildCancelledException()
      • BuildCancelledException

        public BuildCancelledException​(String message)
      • BuildCancelledException

        public BuildCancelledException​(String message,
                                       Throwable cause)