Skip to content

Instantly share code, notes, and snippets.

@kubawieczorek
Created January 28, 2023 19:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kubawieczorek/ceb502b130f82832e20a02122fc9a9e9 to your computer and use it in GitHub Desktop.
Save kubawieczorek/ceb502b130f82832e20a02122fc9a9e9 to your computer and use it in GitHub Desktop.
} catch (Exception e) {
connection.rollback();
System.out.printf("Error when performing transfer %s \n", e.getMessage());
throw e;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment