public class DirectoryNotEmptyException extends IOException
Thrown when an attempt is made to delete a directory that contains files or directories.
| Constructor and Description |
|---|
DirectoryNotEmptyException()
Default constructor
|
DirectoryNotEmptyException(String s)
Class constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DirectoryNotEmptyException()
public DirectoryNotEmptyException(String s)
s - java.lang.StringCopyright © 2005–2015 Alfresco Software. All rights reserved.