report = null;
this.exception = exception;
}
factoryClassName = SalsaDAOFactory.class.getName();
actuatorKRead = new ActuatorKey(actuator, factoryClassName, ActuatorKey.DataMode.READ);
actuatorKWrite = new ActuatorKey(actuator, factoryClassName, ActuatorKey.DataMode.WRITE);
actuatorStateKey = new ActuatorStateKey(actuator, factoryClassName);
// Resume the DAO if they were suspended.
// Also, it makes the DAO factory initialize them and store them in the cache if this
// was not done already, lessening the work done on the EDT.