Hello:I would like to throw an exception (Spring) and propagate itto the
fault function at the Command class (Cairngorm).Here is the code. The
exception in thrown but the code in thefault function is never
executed.public class BankServiceImpl extends
HibernateDaoSupportimplements IBankService {...public void
deleteBank(Bank bank){IBankService bankService =
newBankServiceImpl(this.getHibernateTemplate(),this.getSessionFactory());Collection
list = bankService.getBanks();if(lista.isEmpty()){throw ...