!--a11y-->
Creating a Java Class 
An additional requirement of the JavaMail’s EJB is to create a new Exception class. You have to create the SendMailException.java class so that you can compile the EJB.
...
1. Expand the package to the javamail folder. Right click on the name and choose New ® Java Class…

2. Specify SendMailException as name for the new class and choose Finish.

3. Specify the source for the SendMailException class.
Once you are finished, continue with Setting Classpath and Compiling Sources
