You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2017/04/06 14:49:18 UTC

ignite git commit: ignite-2893

Repository: ignite
Updated Branches:
  refs/heads/ignite-2893 1e1864039 -> 21685c2d0


ignite-2893


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/21685c2d
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/21685c2d
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/21685c2d

Branch: refs/heads/ignite-2893
Commit: 21685c2d08f963a76978909d0d82a6665daf18b7
Parents: 1e18640
Author: sboikov <sb...@gridgain.com>
Authored: Thu Apr 6 17:48:25 2017 +0300
Committer: sboikov <sb...@gridgain.com>
Committed: Thu Apr 6 17:49:10 2017 +0300

----------------------------------------------------------------------
 .../apache/ignite/internal/processors/cache/GridCacheUtils.java   | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/21685c2d/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheUtils.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheUtils.java b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheUtils.java
index 05330d2..029041c 100644
--- a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheUtils.java
+++ b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheUtils.java
@@ -1602,6 +1602,9 @@ public class GridCacheUtils {
                 else
                     throw e;
             }
+            catch (RuntimeException e) {
+                throw e;
+            }
             catch (Exception e) {
                 throw new IgniteCheckedException(e);
             }