/* */
/* 356 */ Exception ex = null;
/* 357 */ if ((e instanceof Exception))
/* 358 */ ex = (Exception)e;
/* */ else
/* 360 */ ex = new ResourceAdapterInternalException("Unexpected error", e);
/* 361 */ ConnectionEvent ce = new ConnectionEvent(this, 5, ex);
/* 362 */ Object copy = null;
/* 363 */ synchronized (this.cels)
/* */ {
/* 365 */ copy = new ArrayList(this.cels);