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) {
final Object object = exception.getObject();
final String directoryName = JoafipLogger.getLogDirectory();
final XmlExporter exporter = new XmlExporter(store);