exception);
} catch (ObjectIOClassNotFoundException exception) {
throw new StoreClassNotFoundException(FOR_DATA_RECORD
+ dataRecordIdentifier, exception);
} catch (ObjectIOInvalidClassException exception) {
throw new StoreInvalidClassException(FOR_DATA_RECORD
+ dataRecordIdentifier, exception);
} catch (ObjectIODataCorruptedException exception) {
throw new StoreDataCorruptedException(FOR_DATA_RECORD
+ dataRecordIdentifier, exception);
} catch (ObjectIONotSerializableException exception) {