* replayed.
*
* @param e
*/
private void error(final SqlJetException e) {
final SqlJetErrorCode c = e.getErrorCode();
if (SqlJetErrorCode.FULL == c || SqlJetErrorCode.IOERR == c || SqlJetErrorCode.CORRUPT == c) {
errCode = c;
if (SqlJetPagerState.UNLOCK == state && pageCache.getRefCount() == 0) {
/*
* If the pager is already unlocked, call pager_unlock() now to