179180181182183184185186187188189
NotifyHandler handler = loadNotifyHandler(clazz); //处理通知 if(handler!=null) { try { handler.handle(notify); } catch (FetionException e) { throw e; }catch(Throwable t) { throw new SystemException(t,notify); }