225226227228229230231232233
scanner.close(); } } } if ((usedSpace + size) > quota) { throw new QuotaExceededException(" Quota: " + quota + " Used: " + usedSpace + " Requested: " + size); } }