Class DirectoryCurrentlySynchronisingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.exception.CrowdException
com.atlassian.crowd.exception.DirectoryCurrentlySynchronisingException
All Implemented Interfaces:
Serializable

public class DirectoryCurrentlySynchronisingException extends CrowdException
Thrown when an operation failed because the directory is currently synchronising.
Since:
v2.1
See Also:
  • Constructor Details

    • DirectoryCurrentlySynchronisingException

      public DirectoryCurrentlySynchronisingException(long directoryId)
    • DirectoryCurrentlySynchronisingException

      public DirectoryCurrentlySynchronisingException(long directoryId, Throwable cause)
  • Method Details

    • getDirectoryId

      public long getDirectoryId()