Skip to content

Instantly share code, notes, and snippets.

@abhirockzz
Created June 24, 2015 05:03
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/56b9b39963bc45764c12 to your computer and use it in GitHub Desktop.
Save abhirockzz/56b9b39963bc45764c12 to your computer and use it in GitHub Desktop.
An (EJB) Application Exception
@ApplicationException(rollback = true)
public class InvalidCustomerIDException extends RuntimeException {
public InvalidCustomerIDException(){
super();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment