com.google.appengine.tools.cloudstorage
Class RetriesExhaustedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.google.appengine.tools.cloudstorage.RetryHelperException
-
- com.google.appengine.tools.cloudstorage.RetriesExhaustedException
-
- All Implemented Interfaces:
- Serializable
public final class RetriesExhaustedException extends RetryHelperException
Thrown when a RetryHelper has attempted the maximum number of attempts allowed by RetryParams and was not successful.- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
Copyright © 2016 Google. All rights reserved.