We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60be6c1 commit b85a689Copy full SHA for b85a689
1 file changed
src/main/java/br/com/swconsultoria/nfe/InutilizarA3.java
@@ -48,7 +48,7 @@ static TRetInutNFe inutiliza(ConfiguracoesNfe config, DocumentoEnum tipoDocument
48
log.info("[XML-RETORNO]: " + result.getExtraElement().toString());
49
return XmlNfeUtil.xmlToObject(result.getExtraElement().toString(), TRetInutNFe.class);
50
51
- } catch (RemoteException | XMLStreamException | JAXBException e) {
+ } catch (RemoteException | XMLStreamException e) {
52
throw new NfeException(e.getMessage());
53
}
54
0 commit comments