" message was (" + e.getMessage() + ")");
}
else if(!(e instanceof RuntimeException))
{
log.warn("Error while write objects for tx " + transaction, e);
throw new ODMGRuntimeException("Unexpected error while write objects: " + e.getMessage());
}
else
{
log.warn("Error while write objects for tx " + transaction, e);
throw (RuntimeException) e;