X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.db.common%2Fsrc%2Forg%2Fsimantics%2Fdb%2Fcommon%2Futils%2FExceptionUtil.java;h=d265d8ff9654097451db0f29288c949c9448923b;hp=e0224241813617268acdea3f9a64d1a58733a56f;hb=96bb7ef9cbe42d82eb58306d8f9b62392cc29ba8;hpb=ae5bb63c5c88f6569518fed2a24df86fbd0570ff diff --git a/bundles/org.simantics.db.common/src/org/simantics/db/common/utils/ExceptionUtil.java b/bundles/org.simantics.db.common/src/org/simantics/db/common/utils/ExceptionUtil.java index e02242418..d265d8ff9 100644 --- a/bundles/org.simantics.db.common/src/org/simantics/db/common/utils/ExceptionUtil.java +++ b/bundles/org.simantics.db.common/src/org/simantics/db/common/utils/ExceptionUtil.java @@ -55,7 +55,7 @@ public final class ExceptionUtil { Logger.defaultLogError(e1); throw t; } catch (InvocationTargetException e1) { - Logger.defaultLogError(e1); + Logger.defaultLogError(e1.getCause()); throw t; } catch (SecurityException e1) { Logger.defaultLogError(e1);