(!dataStore.isTModelPublisher(fromKey,publisherID)) &&
(!dataStore.isTModelPublisher(toKey,publisherID)))
throw new UserMismatchException("fromKey="+fromKey+" toKey="+toKey);
}
dataStore.saveAssertions(publisherID,assertionVector);
dataStore.commit();
}
catch(InvalidKeyPassedException keyex)
{
try { dataStore.rollback(); } catch(Exception e) { }