57585960616263
/** * Throws an ApplicationException when invoked * */ public void throwAnnotatedApplicationException() { throw new AnnotatedApplicationException("Testing ability to throw Application Exceptions (annotated)"); }
58596061626364
56575859606162
/** * Throws an ApplicationException when invoked */ public void throwAnnotatedApplicationException() { throw new AnnotatedApplicationException("Testing ability to throw Application Exceptions (annotated)"); }