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:
- java.io.Serializable
public class DirectoryNotFoundException
- extends CrowdException
Thrown when a directory could not be found
- See Also:
- Serialized Form
|
Method Summary |
java.lang.String |
getDirectoryName()
Returns the name of the directory that could not be found. |
java.lang.Long |
getId()
Returns the ID of the directory that could not be found. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DirectoryNotFoundException
public DirectoryNotFoundException(java.lang.String directoryName)
DirectoryNotFoundException
public DirectoryNotFoundException(java.lang.String directoryName,
java.lang.Throwable e)
DirectoryNotFoundException
public DirectoryNotFoundException(java.lang.Long id)
DirectoryNotFoundException
public DirectoryNotFoundException(java.lang.Long id,
java.lang.Throwable e)
DirectoryNotFoundException
public DirectoryNotFoundException(java.lang.Throwable e)
getDirectoryName
public java.lang.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 java.lang.Long getId()
- Returns the ID of the directory that could not be found.
- Returns:
- ID of the directory that could not be found
Copyright © 2012 Atlassian. All Rights Reserved.