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 details the `ServerStreamingAttemptException` class, a wrapper exception used within the Google API Client Library for Java."],["The `ServerStreamingAttemptException` class is primarily used to communicate context to `StreamingRetryAlgorithm` and to pass the original cancellation stack trace to `RetryingServerStreamingCallable`."],["This class has a constructor that takes a `Throwable` cause, and boolean values `canResume` and `seenResponses` as parameters, which provide information about the error."],["The methods `canResume()` and `hasSeenResponses()` are used to determine if the stream can be resumed and whether any streamed messages have been received, respectively, which is utilized by `StreamingRetryAlgorithm` to manage retries and timers."],["The page lists a history of the `ServerStreamingAttemptException` class across multiple versions, ranging from version 2.63.1 (latest) to 2.7.1, with links to the documentation of each."]]],[]]