/**@class java.nio.file.FileAlreadyExistsException
@extends java.nio.file.FileSystemException
Checked exception thrown when an attempt is made to create a file or
directory and a file of that name already exists.
@since 1.7
*/
var FileAlreadyExistsException = {
};