com.atlassian.crowd.exception
Class DirectoryCurrentlySynchronisingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.crowd.exception.CrowdException
              extended by 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:
Serialized Form

Constructor Summary
DirectoryCurrentlySynchronisingException(long directoryId)
           
DirectoryCurrentlySynchronisingException(long directoryId, Throwable cause)
           
 
Method Summary
 long getDirectoryId()
           
 
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
 

Constructor Detail

DirectoryCurrentlySynchronisingException

public DirectoryCurrentlySynchronisingException(long directoryId)

DirectoryCurrentlySynchronisingException

public DirectoryCurrentlySynchronisingException(long directoryId,
                                                Throwable cause)
Method Detail

getDirectoryId

public long getDirectoryId()


Copyright © 2013 Atlassian. All Rights Reserved.