Class Exceptions.MaximumRequestCallbackWaitTimeExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.cloud.bigquery.storage.v1.Exceptions.MaximumRequestCallbackWaitTimeExceededException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Exceptions
public static class Exceptions.MaximumRequestCallbackWaitTimeExceededException
extends RuntimeException
The connection was shut down because a callback was not received within the maximum wait time.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMaximumRequestCallbackWaitTimeExceededException(Duration callbackWaitTime, String writerId, Duration callbackWaitTimeLimit) Deprecated.MaximumRequestCallbackWaitTimeExceededException(Duration callbackWaitTime, String writerId, Duration callbackWaitTimeLimit, Instant requestReceivedTime, Instant placedInWaitingQueueTime, Instant placedInInflightQueueTime, List<Instant> dispatchTimes) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MaximumRequestCallbackWaitTimeExceededException
@Deprecated public MaximumRequestCallbackWaitTimeExceededException(Duration callbackWaitTime, String writerId, Duration callbackWaitTimeLimit) Deprecated. -
MaximumRequestCallbackWaitTimeExceededException
-
-
Method Details
-
getCallbackWaitTime
-
getWriterId
-
getCallbackWaitTimeLimit
-
getRequestReceivedTime
-
getPlacedInWaitingQueueTime
-
getPlacedInInflightQueueTime
-
getDispatchTimes
-