Index: APPS/VKP/impl/OfferteService.cls.xml
===================================================================
diff -u -r54171 -r68839
--- APPS/VKP/impl/OfferteService.cls.xml (.../OfferteService.cls.xml) (revision 54171)
+++ APPS/VKP/impl/OfferteService.cls.xml (.../OfferteService.cls.xml) (revision 68839)
@@ -59,7 +59,7 @@
ExterneId:%String=""
@@ -81,7 +81,7 @@
if (WorkAroundZoekViaExternID) && (..OfferteRepository.BestaatViaExterneId(OfferteID)) {
quit ..OfferteRepository.GeefViaExterneId(OfferteID)
} else {
- Do ##class(TECH.ExceptionHandler).Throw(##class(TECH.Exceptions.InvalidInputException).%New("Offerte '"_OfferteID_"' bestaat niet!"))
+ Do ##class(TECH.ExceptionHandler).Throw(##class(TECH.Exceptions.InvalidInputException).%New("APPS.VKP.impl.OfferteService: Offerte '"_OfferteID_"' bestaat niet!"))
}
}
Quit ..OfferteRepository.GeefViaID(OfferteID)