ebics-java / ebics-java-client

Java open source EBICS client - Support for French, German and Swiss banks
GNU Lesser General Public License v2.1
36 stars 35 forks source link

Fix body return code check in download initialization #3

Closed styppo closed 4 years ago

styppo commented 4 years ago

No exception is thrown if download initialization fails for any reason other than NO_DOWNLOAD_DATA_AVAILABLE.

The fix ensures that an EbicsException is thrown if the return code is not EBICS_OK.