Class DuplicateFileCopyingException

All Implemented Interfaces:
Serializable

@Incubating public class DuplicateFileCopyingException extends GradleException
Thrown when more than one file with the same relative path name is to be copied and the DuplicatesStrategy is set to DuplicatesStrategy.FAIL
See Also:
  • Constructor Details

    • DuplicateFileCopyingException

      public DuplicateFileCopyingException(String desc)