throw new StoreNotSerializableException(FOR
+ objectToVisit.toString(), exception);
} catch (final ObjectIODataRecordNotFoundException exception) {
throw new StoreException(FOR + objectToVisit.toString(), exception);
} catch (final ObjectIOClassNotFoundException exception) {
throw new StoreClassNotFoundException(FOR
+ objectToVisit.toString(), exception);
} catch (final ObjectIODataCorruptedException exception) {
throw new StoreDataCorruptedException(FOR
+ objectToVisit.toString(), exception);
} catch (final ObjectIOTooBigForSerializationException exception) {