Package Summary  Overview Summary

class:DirectoryNotEmptyException [NONE]

All Implemented Interfaces:
Serializable

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

constructor:DirectoryNotEmptyException(java.lang.String) [NONE]

  • DirectoryNotEmptyException

    public DirectoryNotEmptyException (String dir)
    Constructs an instance of this class.
    Parameters:
    dir - a string identifying the directory or null if not known

© 2023 Oracle Corporation and/or its affiliates