OperationInternal operation = processingLogic.convertToOperation(processingLogic
.deserializeRequest(le.getPayload()));
// execute the in-memory logic
try {
processingLogic.process(operation);
} catch (BabuDBException be) {
// there might be false positives if a snapshot to
// delete has already been deleted, a snapshot to
// create has already been created, or an insertion