You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 7, 2022. It is now read-only.
We need to rework the excpetion handling in the cloud, because some of the unchecked exception can break the running code. We need to edit the checked exception so that only the unchecked exception is thrown, because Java does not check them and does not interrupt the code in the execution
With a better exception handling, we can implement a logic to log exception in a file or something else.