Package com.atlassian.crowd.exception
Class DirectoryNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.exception.CrowdException
com.atlassian.crowd.exception.DirectoryNotFoundException
- All Implemented Interfaces:
Serializable
Thrown when a directory could not be found
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDirectoryNotFoundException
(String directoryName) DirectoryNotFoundException
(String directoryName, Throwable e) -
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the directory that could not be found.getId()
Returns the ID of the directory that could not be found.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DirectoryNotFoundException
-
DirectoryNotFoundException
-
DirectoryNotFoundException
-
DirectoryNotFoundException
-
DirectoryNotFoundException
-
-
Method Details
-
getDirectoryName
Returns the name of the directory that could not be found.- Returns:
- name of the directory that could not be found
-
getId
Returns the ID of the directory that could not be found.- Returns:
- ID of the directory that could not be found
-