ContextFactory.initConversationContext(null);
//Not restore, throw exception
if(cid != null && !cid.equals(""))
{
throw new NonexistentConversationException("Propogated conversation with cid=" + cid + " is not restored. It creates a new transient conversation.");
}
}
else
{
logger.debug("Restoring conversation with cid : [{0}]", conversation.getId());