Searched refs:FileCannotDeleteException (Results 1 – 2 of 2) sorted by relevance
42 throw FileCannotDeleteException(path) in removeFile()46 throw FileCannotDeleteException(path) in removeFile()
35 final class FileCannotDeleteException: GenericException<String> { class