|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.event.Event
com.atlassian.crowd.event.monitor.MonitorEvent
com.atlassian.crowd.event.monitor.MonitorErrorEvent
public class MonitorErrorEvent
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,
java.lang.Exception e)
|
|
| Method Summary | |
|---|---|
java.lang.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 |
|---|
public MonitorErrorEvent(DirectoryMonitor source,
long directoryID,
java.lang.Exception e)
| Method Detail |
|---|
public java.lang.Exception getException()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||