Module java.base
Package java.nio.file

Class FileSystemException

java.lang.Object
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AccessDeniedException, AtomicMoveNotSupportedException, DirectoryNotEmptyException, FileAlreadyExistsException, FileSystemLoopException, NoSuchFileException, NotDirectoryException, NotLinkException

public class FileSystemException extends IOException
Thrown when a file system operation fails on one or two files. This class is the general class for file system exceptions.
Since:
1.7
See Also: