A wrapper exception thrown by ServerStreamingAttemptCallable to communicate additional
context to the StreamingRetryAlgorithm and to pass the original cancellation stack trace
to RetryingServerStreamingCallable.
For internal use only - public for technical reasons.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This webpage provides documentation for the `ServerStreamingAttemptException` class in the Google Cloud API Client Library for Java (gax), with the most recent version being 2.63.1."],["`ServerStreamingAttemptException` is a wrapper exception used internally by `ServerStreamingAttemptCallable` to provide context to `StreamingRetryAlgorithm` and the original cancellation stack trace to `RetryingServerStreamingCallable`."],["The class extends `RuntimeException` and provides constructors to initialize the exception with a `Throwable` cause, a boolean `canResume`, and a boolean `seenResponses`."],["The class includes methods `canResume()` to check if the `StreamResumptionStrategy` supports resuming after an error and `hasSeenResponses()` to check if the RPC attempt has received any streamed messages, which is a signal for `StreamingRetryAlgorithm` to reset timers."],["The documentation includes a list of all versions from 2.63.1 down to 2.7.1, allowing access to the documentation of previous versions."]]],[]]