Package com.atlassian.crowd.exception
Class DirectoryMappingNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.exception.CrowdException
com.atlassian.crowd.exception.ObjectNotFoundException
com.atlassian.crowd.exception.DirectoryMappingNotFoundException
- All Implemented Interfaces:
Serializable
Thrown when a directory mapping could not be found for the given pair application and directory ids.
- Since:
- v3.1.0
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DirectoryMappingNotFoundException
public DirectoryMappingNotFoundException(long applicationId, long directoryId)
-
-
Method Details
-
getApplicationId
public long getApplicationId() -
getDirectoryId
public long getDirectoryId()
-