Skip to content

Instantly share code, notes, and snippets.

@calavera
Created April 18, 2011 00:53
Show Gist options
  • Save calavera/924651 to your computer and use it in GitHub Desktop.
Save calavera/924651 to your computer and use it in GitHub Desktop.
try {
throw new IllegalStateException();
} catch (IllegalStateException e) {
log.info(sm.getString("webappClassLoader.stopped", name), e);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment