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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-01 UTC."],[[["This page documents the `ServerStreamingAttemptException` class, a wrapper exception used within the Google API Client Library for Java."],["The `ServerStreamingAttemptException` is thrown by `ServerStreamingAttemptCallable` to provide context to the `StreamingRetryAlgorithm` and to pass the original cancellation stack trace to `RetryingServerStreamingCallable`."],["The class includes two boolean parameters within the constructor which are `canResume` and `seenResponses`, used to indicate whether the stream can resume and if messages have been streamed, respectively."],["The provided list demonstrates the availability of the `ServerStreamingAttemptException` class across various versions, ranging from 2.63.1 (latest) down to 2.7.1."],["The inherited members are from the `Object` class and `Throwable` class, the methods being `canResume` and `hasSeenResponses`, and the constructor being `ServerStreamingAttemptException`."]]],[]]