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-02 UTC."],[[["This webpage provides documentation for the `ServerStreamingAttemptException` class in the Google API Client Library for Java (gax), detailing its purpose as a wrapper exception for server streaming retry logic."],["The `ServerStreamingAttemptException` class, which extends `RuntimeException`, is primarily used internally to manage and communicate context during server streaming operations and retries."],["The documentation outlines the constructor `ServerStreamingAttemptException(Throwable cause, boolean canResume, boolean seenResponses)` which takes a cause, a boolean for resume capability, and a boolean indicating if any responses have been seen."],["The class includes methods `canResume()` and `hasSeenResponses()` to determine if a stream can be resumed after an error and whether any messages were received in the current RPC attempt, respectively."],["This page also provides a comprehensive list of available versions of the `ServerStreamingAttemptException` class, ranging from version 2.63.1 (latest) down to 2.7.1, along with links to their respective documentation."]]],[]]