@Override
 protected void setException(Exception exception) {
   super.setException(exception);
   if (callback != null) {
     callback.errorEstablishingStream(exception);
   }
 }