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