Package ome.services.eventlogs
Class EventLogFailure
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- ome.util.messages.InternalMessage
-
- ome.services.eventlogs.EventLogFailure
-
- All Implemented Interfaces:
java.io.Serializable
public class EventLogFailure extends ome.util.messages.InternalMessage
Signifies that the processing of aEventLog
has failed. Previously, this was being handled by a try/catch block within the processor (e.g. FullTextIndexer) but in order to allow eachEventLogLoader
to handle the error differently, this message was created.- Since:
- 5.0.3
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description EventLogLoader
loader
ome.model.meta.EventLog
log
java.lang.Throwable
throwable
-
Constructor Summary
Constructors Constructor Description EventLogFailure(EventLogLoader loader, ome.model.meta.EventLog log, java.lang.Throwable t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
wasSource(EventLogLoader loader)
-
-
-
Field Detail
-
loader
public final EventLogLoader loader
-
log
public final ome.model.meta.EventLog log
-
throwable
public final java.lang.Throwable throwable
-
-
Constructor Detail
-
EventLogFailure
public EventLogFailure(EventLogLoader loader, ome.model.meta.EventLog log, java.lang.Throwable t)
-
-
Method Detail
-
wasSource
public boolean wasSource(EventLogLoader loader)
-
-