success = false;
_log.error("START_STREAM_EVENT_WINDOW state expected but found : " + curState.getStateId());
}
else
{
ConsumerCallbackResult callbackResult = ConsumerCallbackResult.ERROR;
try
{
callbackResult = getAsyncCallback().onStartDataEventSequence(curState.getStartWinScn());
}
catch (RuntimeException e)