Hi All,
Here is one of correct answer (according to enthu) for a question of enthu-ejb+ (
Test 3, Q 23)
If it is a
checked exception that is
not listed in the throws clause of the method and if the bean cannot recover from this exception, the bean method should throw the javax.ejb.EJBException that wraps the original exception.
Dear Paul Anil, Can you (or your exam development team) please teach me how a method can throw checked exception without defining in throws clause.
Thanks
[ November 12, 2008: Message edited by: Chaminda Amarasinghe ]