Is there a dedicated exception which jclouds blobstore client API throws in the case of this error:
connect timeout, request timeout, max retries
I could not find it in the document. This information would really be helpful.
org.jclouds.rest.internal.InvokeHttpMethod.invokeWithTimeout throws com.google.common.util.concurrent.UncheckedTimeoutException which is similar to java.util.concurrent.TimeoutException but inheriting from RuntimeException.
org.jclouds.rest.internal.InvokeHttpMethod.invokeWithTimeout
com.google.common.util.concurrent.UncheckedTimeoutException
java.util.concurrent.TimeoutException
RuntimeException
InvokeHttpMethod source code is in github.
org.jclouds.rest.internal.InvokeHttpMethod.invokeWithTimeoutthrowscom.google.common.util.concurrent.UncheckedTimeoutExceptionwhich is similar tojava.util.concurrent.TimeoutExceptionbut inheriting fromRuntimeException.InvokeHttpMethod source code is in github.