Class UnableToDeleteFileException

All Implemented Interfaces:
Serializable

public class UnableToDeleteFileException extends UncheckedIOException
Thrown by Gradle when it is unable to delete a file.
See Also:
  • Constructor Details

    • UnableToDeleteFileException

      public UnableToDeleteFileException(File file)
  • Method Details

    • getFile

      public File getFile()