com.continuent.tungsten.replicator.consistency
Class ConsistencyCheckNotification

java.lang.Object
  extended by com.continuent.tungsten.fsm.core.Event
      extended by com.continuent.tungsten.replicator.consistency.ConsistencyCheckNotification

public class ConsistencyCheckNotification
extends com.continuent.tungsten.fsm.core.Event

This class defines a ErrorNotification

Version:
1.0
Author:
Teemu Ollakka

Constructor Summary
ConsistencyCheckNotification()
          Creates a new ErrorNotification object
ConsistencyCheckNotification(java.lang.Exception e)
           
 
Method Summary
 
Methods inherited from class com.continuent.tungsten.fsm.core.Event
getData, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConsistencyCheckNotification

public ConsistencyCheckNotification()
Creates a new ErrorNotification object


ConsistencyCheckNotification

public ConsistencyCheckNotification(java.lang.Exception e)