com.atlassian.crowd.event.monitor
Class MonitorErrorEvent

java.lang.Object
  extended by com.atlassian.crowd.event.Event
      extended by com.atlassian.crowd.event.monitor.MonitorEvent
          extended by com.atlassian.crowd.event.monitor.MonitorErrorEvent

public class MonitorErrorEvent
extends MonitorEvent

Indicates an error has occured while attempting to monitor a particular directory. This generally implies the monitor is in an unusable state and needs to be restarted (removed and recreated).


Constructor Summary
MonitorErrorEvent(DirectoryMonitor source, long directoryID, Exception e)
           
 
Method Summary
 Exception getException()
           
 
Methods inherited from class com.atlassian.crowd.event.monitor.MonitorEvent
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

MonitorErrorEvent

public MonitorErrorEvent(DirectoryMonitor source,
                         long directoryID,
                         Exception e)
Method Detail

getException

public Exception getException()


Copyright © 2012 Atlassian. All Rights Reserved.