posted 19 years ago
HI ALL
I am using Session Facade design pattern.I need to throw user defined exception from entity beans store method .Can we throw userdefined exceptions from entity bean? if so what will be the type of exception thrown to webtier.when i tried to throw exception from entity beans callby method i,e ejbstore the exception is getting propagated to webtier,but not to session bean.
can any one suggest me how to handle the userdefined exception ,if it is possible to throw from entity bean