return;
} catch (IllegalBase64Exception e) {
Logger.error(this, "Bad Base64 encoding when decoding a N2NTM SimpleFieldSet", e);
return;
}
DownloadFeedUserAlert userAlert = new DownloadFeedUserAlert(this, description, fileNumber, uri, composedTime, sentTime, receivedTime);
node.clientCore.alerts.register(userAlert);
}