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.
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.invokeWithTimeoutthrowscom.google.common.util.concurrent.UncheckedTimeoutExceptionwhich is similar tojava.util.concurrent.TimeoutExceptionbut inheriting fromRuntimeException.InvokeHttpMethod source code is in github.