Class DirectoryNotEmptyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.usatiuk.dhfsfs.service.DirectoryNotEmptyException
All Implemented Interfaces:
Serializable

public class DirectoryNotEmptyException extends RuntimeException
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 Details

    • DirectoryNotEmptyException

      public DirectoryNotEmptyException()
  • Method Details