fWriteLock.unlock();
}
}
private void throwIllegalStateException(String message, INews newsItem) {
News dbNews = (News) fDb.ext().peekPersisted(newsItem, 2, true);
throw new IllegalStateException(message + ". This news in the db looks like: " //$NON-NLS-1$
+ dbNews.toLongString());
}