"markForUpdate tid:{0,number,#}, type:{1}," +
" oid:{2,number,#} returns",
contextTxnId(context), typeName(object), refId(ref));
}
} catch (RuntimeException e) {
LoggerWrapper exceptionLogger = getExceptionLogger(e);
if (exceptionLogger.isLoggable(Level.FINEST)) {
exceptionLogger.logThrow(
Level.FINEST, e,
"markForUpdate tid:{0,number,#}, type:{1}," +
" oid:{2,number,#} throws",
contextTxnId(context), typeName(object), refId(ref));
}