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."],["`ServerStreamingAttemptException` is a wrapper exception used internally by `ServerStreamingAttemptCallable` to relay context to `StreamingRetryAlgorithm` and pass the original cancellation stack trace to `RetryingServerStreamingCallable`."],["The class has a constructor, `ServerStreamingAttemptException(Throwable cause, boolean canResume, boolean seenResponses)`, and methods, `canResume()` and `hasSeenResponses()`, to determine if the stream can be resumed and if messages have been seen."],["The page also lists various versions of the library, with the latest version being 2.63.1 and going back to version 2.7.1, showcasing its history and evolution."],["It includes a list of inherited members, showing the `ServerStreamingAttemptException` class's relation to the parent `Object` and `Throwable` classes, along with their respective methods."]]],[]]