8081828384858687888990
pf.addAdvice(si); ITestBean proxy = (ITestBean) pf.getProxy(); try { proxy.exceptional(t); fail("Should have aborted with exception"); } catch (Throwable got) { if (got.getClass().equals(t.getClass())) { // Ok