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-03-21 UTC."],[[["This webpage lists different versions of the `ServerStreamingAttemptException` class, with the latest version being 2.63.1, and other versions going as far back as 2.7.1."],["`ServerStreamingAttemptException` is a wrapper exception used by `ServerStreamingAttemptCallable` to provide extra information to the `StreamingRetryAlgorithm` and the original cancellation stack trace to `RetryingServerStreamingCallable`."],["The `ServerStreamingAttemptException` class is for internal use, but public for technical reasons, and extends `RuntimeException`."],["The class has methods `canResume()` to check if the stream can resume after an error, and `hasSeenResponses()` to determine if streamed messages have been seen in the current RPC attempt."],["The constructor of `ServerStreamingAttemptException` takes three parameters: `cause` (Throwable), `canResume` (boolean), and `seenResponses` (boolean)."]]],[]]