383940414243444546
{ bus = new ClusterBus(this); } catch (Exception e) { throw new CacheException("error initializing JGroups NotificationBus", e); } } }
46474849505152535455
{ missHandler = (MissHandler) klass.newInstance(); } catch (Exception e) { throw new CacheException("unable to create new MissHandler instance", e); } return missHandler; }