Skip to content

Instantly share code, notes, and snippets.

@KowalczykBartek
Created March 1, 2015 20:12
Show Gist options
  • Save KowalczykBartek/87e15a7e400424ba70f1 to your computer and use it in GitHub Desktop.
Save KowalczykBartek/87e15a7e400424ba70f1 to your computer and use it in GitHub Desktop.
catch (IOException ex) {
logger.log(ex);
throw ex;
catch (SQLException ex) {
logger.log(ex);
throw ex;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment