00001 #include "CondCore/MetaDataService/interface/MetaDataExceptions.h" 00002 cond::MetaDataDuplicateEntryException::MetaDataDuplicateEntryException(const std::string& source, const std::string& name) 00003 :cond::Exception(source+std::string(": metadata entry \"")+name+std::string("\" already exists")){ 00004 }