228229230231232233234235236237238
} catch (Exception e) { if (t != null) { try { t.transactionRollback(); } catch (Exception xe) { Logger.error("rollback failed",xe); } }
96979899100101102103104105106
return (Duplicatable) u; } catch (Exception e) { if (u != null) u.transactionRollback(); Logger.error("unable to duplicate sepa sammeltransfer",e); throw new RemoteException(i18n.tr("Fehler beim Duplizieren des SEPA-Sammelauftrages"),e); } } }
334335336337338339340341342343344
} catch (ApplicationException e2) { try { u.transactionRollback(); } catch (RemoteException e1) { Logger.error("unable to rollback transaction",e1); }
346347348349350351352353354355356
} catch (RemoteException e) { try { u.transactionRollback(); } catch (RemoteException e1) { Logger.error("unable to rollback transaction",e1); }