http-request-plugin
http-request-plugin copied to clipboard
Fix rec catch exception
done the code fix to overcome the spot bug error for REC_CATCH_EXCEPTION
This exception is thrown when we use catch(Exception e) to catch all types of exceptions at once, it could mask actual programming problems, so spotbugs ask you to catch the specific exception so that run-time exceptions can be thrown which indicate programming problems.
- [X] Make sure you are opening from a topic/feature/bugfix branch (right side) and not your main branch!
- [X] Ensure that the pull request title represents the desired changelog entry
- [X] Please describe what you did