Module java.base
Package java.nio.file

Class FileAlreadyExistsException

java.lang.Object
All Implemented Interfaces:
Serializable

public class FileAlreadyExistsException extends 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
See Also: