com.google.cloud.bigtable.grpc.io
Class Watchdog.StreamWaitTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.google.cloud.bigtable.grpc.io.Watchdog.StreamWaitTimeoutException
-
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Watchdog
public static class Watchdog.StreamWaitTimeoutException extends RuntimeException
Marker exception to replace cancelled status with aborted to allow retries.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description StreamWaitTimeoutException(Watchdog.State state, long waitTimeMs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description Watchdog.State
getState()
long
getWaitTimeMs()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
StreamWaitTimeoutException
public StreamWaitTimeoutException(Watchdog.State state, long waitTimeMs)
-
-
Method Detail
-
getState
public Watchdog.State getState()
-
getWaitTimeMs
public long getWaitTimeMs()
-
-