e.printStackTrace( new PrintWriter( sb, true ) );
e = e.getNextException();
}
LOGGER.debug( sb.toString() );
}
throw new EntityStoreException( sqle );
}
catch( RuntimeException re )
{
SQLUtil.rollbackQuietly( connection );
throw new EntityStoreException( re );
}
finally
{
SQLUtil.closeQuietly( insertPS );
SQLUtil.closeQuietly( updatePS );