public void failed(RegisterableChannel channel, Throwable e) {
   try {
     cb.failed(svrChannel, e);
   } catch (Exception ee) {
     log.log(Level.WARNING, channel + "Exception", ee);
   }
 }