Class DirectoryCurrentlySynchronisingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.crowd.exception.runtime.CrowdRuntimeException
com.atlassian.crowd.exception.runtime.DirectoryCurrentlySynchronisingException
- All Implemented Interfaces:
Serializable
Thrown when an operation failed because the directory is currently synchronising.
- Since:
- v5.1
- See Also:
-
Constructor Summary
ConstructorDescriptionDirectoryCurrentlySynchronisingException
(long directoryId) DirectoryCurrentlySynchronisingException
(long directoryId, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DirectoryCurrentlySynchronisingException
public DirectoryCurrentlySynchronisingException(long directoryId) -
DirectoryCurrentlySynchronisingException
-
-
Method Details
-
getDirectoryId
public long getDirectoryId()
-