]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.common/src/org/simantics/db/common/utils/ExceptionUtil.java
Sync git svn branch with SVN repository r33144.
[simantics/platform.git] / bundles / org.simantics.db.common / src / org / simantics / db / common / utils / ExceptionUtil.java
index e0224241813617268acdea3f9a64d1a58733a56f..d265d8ff9654097451db0f29288c949c9448923b 100644 (file)
@@ -55,7 +55,7 @@ public final class ExceptionUtil {
             Logger.defaultLogError(e1);\r
             throw t;\r
         } catch (InvocationTargetException e1) {\r
-            Logger.defaultLogError(e1);\r
+            Logger.defaultLogError(e1.getCause());\r
             throw t;\r
         } catch (SecurityException e1) {\r
             Logger.defaultLogError(e1);\r