Created
May 2, 2013 14:37
-
-
Save ableasdale/5502634 to your computer and use it in GitHub Desktop.
Try/Catch with both a submitRequest() and a commit()
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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