Index: AXimpl/AifMessage/Converter/CustomerUpdatePart2Converter.cls.xml =================================================================== diff -u -r35688 -r38500 --- AXimpl/AifMessage/Converter/CustomerUpdatePart2Converter.cls.xml (.../CustomerUpdatePart2Converter.cls.xml) (revision 35688) +++ AXimpl/AifMessage/Converter/CustomerUpdatePart2Converter.cls.xml (.../CustomerUpdatePart2Converter.cls.xml) (revision 38500) @@ -56,7 +56,7 @@ set CreateCommand = ##class(AXimpl.AifMessage.Request).%New("Customer/Create",Command.SubjectId) set MessagePartsUpdate = ..Merge(MessagePartsRead,..CustomerCreator.Convert(Command)) } catch { - #dim Exception As TECH.Exceptions.Exception = ##class(TECH.ExceptionHandler).Catch("AXimpl.AifMessage.Exceptions.NoGenerationNeededException") + #dim Exception As TECH.Exceptions.Exception = ##class(TECH.ExceptionHandler).Catch("AX.common.impl.NoGenerationNeededException") set MessagePartsUpdate = ..Block(MessagePartsRead) }