+ dataRecordIdentifier, set1, set2);
}
}
} catch (HeapException exception) {
throw new TestException(exception);
} catch (ObjectIOException exception) {
throw new TestException(exception);
} catch (ObjectIODataRecordNotFoundException exception) {
throw new TestException(exception);
} catch (ObjectIOClassNotFoundException exception) {
throw new TestException(exception);
} catch (ObjectIODataCorruptedException exception) {
throw new TestException(exception);
} catch (FilePersistenceException exception) {
throw new TestException(exception);
} catch (GarbageException exception) {
throw new TestException(exception);
} catch (RBTException exception) {
throw new TestException(exception);
}
}