Class DirectoryNotFoundException

All Implemented Interfaces:
Serializable

public class DirectoryNotFoundException extends CrowdException
Thrown when a directory could not be found
See Also:
  • Constructor Details

    • DirectoryNotFoundException

      public DirectoryNotFoundException(String directoryName)
    • DirectoryNotFoundException

      public DirectoryNotFoundException(String directoryName, Throwable e)
    • DirectoryNotFoundException

      public DirectoryNotFoundException(Long id)
    • DirectoryNotFoundException

      public DirectoryNotFoundException(Long id, Throwable e)
    • DirectoryNotFoundException

      public DirectoryNotFoundException(Throwable e)
  • Method Details

    • getDirectoryName

      public String getDirectoryName()
      Returns the name of the directory that could not be found.
      Returns:
      name of the directory that could not be found
    • getId

      public Long getId()
      Returns the ID of the directory that could not be found.
      Returns:
      ID of the directory that could not be found