public class

DirectoryNotFoundException

extends CrowdException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.atlassian.crowd.exception.CrowdException
         ↳ com.atlassian.crowd.exception.DirectoryNotFoundException

Class Overview

Thrown when a directory could not be found

Summary

Public Constructors
DirectoryNotFoundException(String directoryName)
DirectoryNotFoundException(String directoryName, Throwable e)
DirectoryNotFoundException(Long id)
DirectoryNotFoundException(Long id, Throwable e)
DirectoryNotFoundException(Throwable e)
Public Methods
String getDirectoryName()
Returns the name of the directory that could not be found.
Long getId()
Returns the ID of the directory that could not be found.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public DirectoryNotFoundException (String directoryName)

public DirectoryNotFoundException (String directoryName, Throwable e)

public DirectoryNotFoundException (Long id)

public DirectoryNotFoundException (Long id, Throwable e)

public DirectoryNotFoundException (Throwable e)

Public Methods

public String getDirectoryName ()

Returns the name of the directory that could not be found.

Returns
  • name of the directory that could not be found

public Long getId ()

Returns the ID of the directory that could not be found.

Returns
  • ID of the directory that could not be found