Skip to content

Commit

Permalink
FIX error firma fatture attive
Browse files Browse the repository at this point in the history
  • Loading branch information
mspasiano committed Jan 31, 2019
1 parent e63f326 commit c468e85
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -436,7 +436,7 @@ public void firmaFatture(UserContext userContext, FirmaOTPBulk firmaOTPBulk, Lis
}
componentFatturaAttiva.aggiornaFatturaInvioSDI(userContext, fattura_attivaBulk);
} catch (PersistencyException | ComponentException | IOException | EmailException e) {
throw new DetailedRuntimeException("Errore nell'invio della mail PEC per la fatturazione elettronica. Ripetere l'operazione di firma!");
throw new DetailedRuntimeException("Errore nell'invio della mail PEC per la fatturazione elettronica. Ripetere l'operazione di firma!", e);
}
});
} catch (ArubaSignServiceException _ex) {
Expand Down

0 comments on commit c468e85

Please sign in to comment.