Issue 1833: load_profiles method issue (pids-rtf2) Source: (, ) Nature: Uncategorized Issue Severity: Summary: Summary: 3. The "load_profiles" method of the CorrelationMgr interface should be revised to use exceptions that are consistent with the IdMgr interface. Resolution: Update spec as described below. Revised Text: Add the "MultipleTraits" exception to be raised by the Actions taken: August 18, 1998: received issue February 25, 1999: closed issue Discussion: End of Annotations:===== 3. The "load_profiles" method of the CorrelationMgr interface should be revised to use exceptions that are consistent with the IdMgr interface. Presently, the "load_profiles" method uses the "UnknownTraits, WrongTraitFormat and DomainsNotKnown exceptions. In order to make it consistent with the IdMgr interface's "register_new_ids" method, it should use the following exceptions: ProfilesExist, DuplicateProfiles, MultipleTraits and DomainsNotKnown.