Class DirectoryEntryNotFoundException

All Implemented Interfaces:
Serializable

public class DirectoryEntryNotFoundException extends DirectoryException
Specific exception thrown when a directory entry is not found
Since:
5.7
Author:
Thierry Martins
See Also:
  • Constructor Details

    • DirectoryEntryNotFoundException

      public DirectoryEntryNotFoundException()
    • DirectoryEntryNotFoundException

      public DirectoryEntryNotFoundException(String message, Throwable th)
    • DirectoryEntryNotFoundException

      public DirectoryEntryNotFoundException(String message)
    • DirectoryEntryNotFoundException

      public DirectoryEntryNotFoundException(Throwable th)