if (accountId == null)
throw new InvalidParameterException("null accountId" );
if (accountExists(accountId) == false)
throw new AccountNotFoundException(accountId);
account.setBeginBalanceTimeStamp(beginBalanceTimeStamp);
} // setBeginBalanceTimeStamp