com.atlassian.crowd.event.remote
Class RemoteDirectoryMonitorErrorEvent

java.lang.Object
  extended by com.atlassian.crowd.event.Event
      extended by com.atlassian.crowd.event.remote.RemoteDirectoryEvent
          extended by com.atlassian.crowd.event.remote.RemoteDirectoryMonitorErrorEvent

public class RemoteDirectoryMonitorErrorEvent
extends RemoteDirectoryEvent


Constructor Summary
RemoteDirectoryMonitorErrorEvent(java.lang.Object source, long directoryID, java.lang.Exception e)
           
 
Method Summary
 java.lang.Exception getException()
           
 
Methods inherited from class com.atlassian.crowd.event.remote.RemoteDirectoryEvent
getDirectoryId
 
Methods inherited from class com.atlassian.crowd.event.Event
getSource, getTimestamp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteDirectoryMonitorErrorEvent

public RemoteDirectoryMonitorErrorEvent(java.lang.Object source,
                                        long directoryID,
                                        java.lang.Exception e)
Method Detail

getException

public java.lang.Exception getException()


Copyright © 2010 Atlassian. All Rights Reserved.