Module java.base
Package java.nio.file

Class DirectoryNotEmptyException

java.lang.Object
All Implemented Interfaces:
Serializable

public class DirectoryNotEmptyException extends FileSystemException
Checked exception thrown when a file system operation fails because a directory is not empty.
Since:
1.7
See Also: