Repository: jclouds
Updated Branches:
  refs/heads/2.1.x ddcb04c85 -> a137cfe39


Adds ConcurrentModificationException to the list of propagatable types


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

Branch: refs/heads/2.1.x
Commit: a137cfe39a93cdb755a8bfcf0e29f5698e8760b4
Parents: ddcb04c
Author: Ignasi Barrera <[email protected]>
Authored: Tue Jul 10 09:40:26 2018 -0700
Committer: Ignasi Barrera <[email protected]>
Committed: Wed Jul 11 09:44:56 2018 -0700

----------------------------------------------------------------------
 core/src/main/java/org/jclouds/util/Throwables2.java | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds/blob/a137cfe3/core/src/main/java/org/jclouds/util/Throwables2.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/jclouds/util/Throwables2.java 
b/core/src/main/java/org/jclouds/util/Throwables2.java
index 1f74cbf..f9e4fe1 100644
--- a/core/src/main/java/org/jclouds/util/Throwables2.java
+++ b/core/src/main/java/org/jclouds/util/Throwables2.java
@@ -21,6 +21,7 @@ import static 
com.google.common.base.Throwables.getCausalChain;
 import static com.google.common.base.Throwables.propagate;
 import static com.google.common.collect.Iterables.find;
 
+import java.util.ConcurrentModificationException;
 import java.util.NoSuchElementException;
 
 import org.jclouds.concurrent.TransformParallelException;
@@ -135,6 +136,7 @@ public class Throwables2 {
          ResourceNotFoundException.class,
          InsufficientResourcesException.class,
          RateLimitExceededException.class,
+         ConcurrentModificationException.class,
          HttpResponseException.class);
 
    // Note this needs to be kept up-to-date with all top-level exceptions 
jclouds works against

Reply via email to