EJB Exception Handling

It is striking that most search results for the keywords “EJB” and “exceptions” point to the same few articles at IBM DeveloperWorks. Unfortunately, they are too advanced for beginners. This post is a simple guide to handling exceptions in EJB. Definitions A checked exception is derived from java.lang.Exception but is not a subclass of java.lang.RuntimeException. …