objectAndItsClassInfo.toString() + " is not serializable",
exception);
} catch (final IOException exception) {
throw new ObjectIOException(exception);
} catch (final StackOverflowError stackOverflowError) {
throw new ObjectIOTooBigForSerializationException(// NOPMD do not
// care stack
// trace
objectAndItsClassInfo.getObject());
} finally {
try {