10821083108410851086108710881089109010911092
if (txType != NON_MGD) { try { jta.setRollbackOnly(); } catch (Exception e) { throw new JDOException("", e); // NOI18N } } else { this.setStatus(Status.STATUS_MARKED_ROLLBACK); }
103104105106107108109110
throw new FileNotFoundException(fileName); _properties.load(in); in.close(); } catch (java.io.IOException e) { throw new JDOException(null, e); } }