Index: TECH/Error/impl/ErrorHandler.cls.xml
===================================================================
diff -u -r1435 -r1504
--- TECH/Error/impl/ErrorHandler.cls.xml (.../ErrorHandler.cls.xml) (revision 1435)
+++ TECH/Error/impl/ErrorHandler.cls.xml (.../ErrorHandler.cls.xml) (revision 1504)
@@ -159,11 +159,26 @@
#dim LogLevel As vhLib.enu.LogNiveau = ##class(vhLib.enu.LogNiveau).Error()
If Exceptie.%Extends(##class(TECH.Exceptions.InvalidUserInputException).%ClassName(1)) {
Set LogLevel = ##class(vhLib.enu.LogNiveau).Warning()
+ }ElseIf (Exceptie.%Extends(##class(APPS.algemeen.VhintraShell.exc.AuthenticationException).%ClassName(1)) && ..IsGebruikerIngelogdViaTerminalService(Exceptie)){
+ Set LogLevel = ##class(vhLib.enu.LogNiveau).Warning()
}
Quit LogLevel
]]>
+
+1
+Exceptie:APPS.algemeen.VhintraShell.exc.AuthenticationException
+1
+%Boolean
+
+
+
1
Error:TECH.Error.dto.ErrorInfo