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` is thrown by `ServerStreamingAttemptCallable` to give context to the `StreamingRetryAlgorithm` and to pass the original cancellation stack trace to `RetryingServerStreamingCallable`."],["The class includes two boolean methods: `canResume()`, which indicates if the stream can be resumed after an error, and `hasSeenResponses()`, which signals if any streamed messages have been observed during the RPC attempt."],["The webpage displays a list of available versions of this class, starting from version 2.63.1 (latest) down to 2.7.1, including links to each version's documentation."],["The class extends `RuntimeException` and includes a constructor for creating instances with parameters for cause, canResume and seenResponses, along with inherited methods from `Object` and `Throwable`."]]],[]]