} else {
result = recordTable.get(get);
}
if (result == null || result.isEmpty()) {
throw new RecordNotFoundException(recordId, this, this);
}
} catch (IOException e) {
throw new RecordException("Exception occurred while retrieving record '" + recordId
+ "' from HBase table", e);