public class ReplicationErrored
extends java.lang.Object
Event posted when a state transition to ERROR is completed.
Errors may include things such as:
Modifier and Type | Field and Description |
---|---|
ErrorInfo |
errorInfo
Error information about the error that occurred
|
Replicator |
replicator
The
Replicator issuing the event |
Constructor and Description |
---|
ReplicationErrored(Replicator replicator,
ErrorInfo errorInfo) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
public final Replicator replicator
Replicator
issuing the eventpublic final ErrorInfo errorInfo
public ReplicationErrored(Replicator replicator, ErrorInfo errorInfo)