com.atlassian.crowd.event.monitor
Class MonitorErrorEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.event.Event
com.atlassian.crowd.event.monitor.MonitorEvent
com.atlassian.crowd.event.monitor.MonitorErrorEvent
- All Implemented Interfaces:
- Serializable
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).
- See Also:
- Serialized Form
Methods inherited from class com.atlassian.event.Event |
equals, hashCode |
Methods inherited from class org.springframework.context.ApplicationEvent |
getTimestamp |
MonitorErrorEvent
public MonitorErrorEvent(DirectoryMonitor source,
long directoryID,
Exception e)
getException
public Exception getException()
Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.