{
linkStatus = TErrorList.address_unknown;
tf.addLinkToBlackList(this);
String msg = "Could not resolve address for "+getFullDeviceName()+"\n"+srvAddr.getResolutionHistory();
//RuntimeException e = new RuntimeException(msg);
UnresolvedAddressException e = new UnresolvedAddressException(msg);
MsgLog.log("makeLink",msg,TErrorList.address_unknown,e,0);
throw e;
}
// redirecLink() or relinkLink() may have altered the original deviceName
TLink xlnk = getExistingTLink(this,dout,din);