Package com.google.api.gax.retrying
Class PollException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.google.api.gax.retrying.PollException
-
- All Implemented Interfaces:
java.io.Serializable
public class PollException extends java.lang.RuntimeExceptionPollExceptionis thrown when polling algorithm exceeds total timeout or total number of attempts.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PollException()Constructs aPollExceptionwith no specified detail message.PollException(java.lang.String message)Constructs a new poll timeout exception with the specified detail message.
-