This type of exception doesn't characterize the error by java type, but may still classify it by message and code. @author Chris Wilper
29272928292929302931293229332934293529362937
} } } catch (OpenJPAException ke) { throw ke; } catch (RuntimeException re) { throw new GeneralException(re); } finally { endOperation(); } throwNestedExceptions(exceps, false); }
2963296429652966296729682969297029712972
== Boolean.TRUE) throw newDetachedException(obj, "retrieve"); } catch (OpenJPAException ke) { throw ke; } catch (RuntimeException re) { throw new GeneralException(re); } finally { endOperation(); } }
3051305230533054305530563057305830593060
} } catch (OpenJPAException ke) { throw ke; } catch (RuntimeException re) { throw new GeneralException(re); } finally { endOperation(); } }
3069307030713072307330743075307630773078
try { return new DetachManager(this, false, call).detach(obj); } catch (OpenJPAException ke) { throw ke; } catch (RuntimeException re) { throw new GeneralException(re); } finally { endOperation(); } }
3089309030913092309330943095309630973098
try { return new DetachManager(this, false, call).detachAll(objs); } catch (OpenJPAException ke) { throw ke; } catch (RuntimeException re) { throw new GeneralException(re); } finally { endOperation(); } }
3110311131123113311431153116311731183119
flush(); detachAllInternal(call); } catch (OpenJPAException ke) { throw ke; } catch (RuntimeException re) { throw new GeneralException(re); } finally { endOperation(); } }
37533754375537563757375837593760376137623763
readLine(); in.close(); reservedWordSet.addAll(Arrays.asList(Strings.split (keywords, ",", 0))); } catch (IOException ioe) { throw new GeneralException(ioe); } finally { try { in.close(); } catch (IOException e) {} } // add additional reserved words set by user
31533154315531563157315831593160316131623163
setRollbackOnly(oe); throw oe.setFatal(true); } catch (OpenJPAException ke) { throw ke; } catch (RuntimeException re) { throw new GeneralException(re); } } finally { endOperation(); }
31803181318231833184318531863187318831893190
3220322132223223322432253226322732283229
if (sm != null) sm.nontransactional(); } catch (OpenJPAException ke) { throw ke; } catch (RuntimeException re) { throw new GeneralException(re); } finally { endOperation(); } }