public String getVeaText(AccountLoginDTO acctLoginDto, Invoice[] invoices) throws EtccException {
   try {
     return app.getVeaText(acctLoginDto, invoices);
   } catch (Throwable t) {
     throw new EtccException("Error running getVeaText:" + t, t);
   }
 }