public void fillExceptionDetails(final List<ExceptionDetails.Entry> result) {
Database myDB = getAncestor();
String repId = "";
if (myDB != null) {
myDB.fillExceptionDetails(result);
repId = "ReplicaID:" + myDB.getReplicaID() + ", ";
}
String myDetail = repId + "UNID:" + unid_ + ", NoteID:" + noteid_;
try {