protected void throwIfEffectiveCountError(String operation, int expectCount, int effectiveCount) {
   DbmUtils.throwIfEffectiveCountError(operation + " error.", expectCount, effectiveCount);
 }