Skip to content

Instantly share code, notes, and snippets.

@abhirockzz
Created June 24, 2015 05:04
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 abhirockzz/f952bae1395cbdd7af54 to your computer and use it in GitHub Desktop.
Save abhirockzz/f952bae1395cbdd7af54 to your computer and use it in GitHub Desktop.
A System (EJB) Exception
public class SystemExceptionExample extends Exception {
public SystemExceptionExample(){
super();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment