Index: AXimpl/BizTalkMessage/Converter/GeolocationUpsertConverter.cls.xml =================================================================== diff -u -r38398 -r38494 --- AXimpl/BizTalkMessage/Converter/GeolocationUpsertConverter.cls.xml (.../GeolocationUpsertConverter.cls.xml) (revision 38398) +++ AXimpl/BizTalkMessage/Converter/GeolocationUpsertConverter.cls.xml (.../GeolocationUpsertConverter.cls.xml) (revision 38494) @@ -10,7 +10,7 @@ Set Agenda = ##class(Derde.Agenda.Agenda).%OpenId(Command.SubjectId) If $$$Not(..IsGeldig(Agenda)) { - Do ##class(TECH.Exceptions).Throw(##class(TECH.Exceptions.NothingToConvertException).%New("Voor Id '"_Command.SubjectId_"' valt er niets te converteren")) + Do ##class(TECH.Exceptions).Throw(##class(AXimpl.AifMessage.Exceptions.NoGenerationNeededException).%New(##this.%ClassName(),Command.SubjectId)) } Set Location=##class(AXBizTalk.Crm.Geolocation.Location).%New()