FailedToDeleteDocument
641642643644645646647648649650651
fileName = path + this.documentType; } File file = new File(this.documentRootDir, fileName); if (!file.delete()) { throw new FailedToDeleteDocumentException(file.getAbsolutePath()+" document cannot be deleted."); } // remove from cache fileCache.remove(path);