this.logError(cpe, "processItem()");
}
else if (cpe.getSeverityLevel() == ContentPersistenceException.LOW_SEVERITY) {
this.logWarning(cpe, "processItem()");
}
if (cpe.reconnect()) {
reconnectFlag = true;
}
}
if (reconnectFlag) {
this.getNewDBConnection();