Skip to content

Instantly share code, notes, and snippets.

@ableasdale
Created May 2, 2013 14:37
Show Gist options
  • Save ableasdale/5502634 to your computer and use it in GitHub Desktop.
Save ableasdale/5502634 to your computer and use it in GitHub Desktop.
Try/Catch with both a submitRequest() and a commit()
try {
s.submitRequest(r);
s.commit();
} catch (RequestException e) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment