Package com.usatiuk.dhfsfs.service
Class DirectoryNotEmptyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.usatiuk.dhfsfs.service.DirectoryNotEmptyException
- All Implemented Interfaces:
Serializable
DirectoryNotEmptyException is thrown when a directory is not empty.
This exception is used to indicate that a directory cannot be deleted
because it contains files or subdirectories.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DirectoryNotEmptyException
public DirectoryNotEmptyException()
-
-
Method Details
-
fillInStackTrace
- Overrides:
fillInStackTrace
in classThrowable
-