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 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 on the original cancellation stack trace to `RetryingServerStreamingCallable`."],["The class has a constructor, `ServerStreamingAttemptException(Throwable cause, boolean canResume, boolean seenResponses)`, which takes the underlying cause, whether the stream can be resumed, and if any responses have been seen."],["The `canResume()` method indicates whether the stream can be resumed after an error, and `hasSeenResponses()` signals if any messages were received in the current RPC attempt."],["The page also lists the available versions for `ServerStreamingAttemptException`, ranging from version 2.63.1 (latest) down to version 2.7.1."]]],[]]