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 provides documentation for the `ServerStreamingAttemptException` class in the Google API Client Library for Java (gax), covering versions from 2.7.1 up to the latest release, 2.63.1."],["`ServerStreamingAttemptException` is a wrapper exception used internally by `ServerStreamingAttemptCallable` to provide extra context to the `StreamingRetryAlgorithm` and pass the original cancellation stack trace to `RetryingServerStreamingCallable`."],["The `ServerStreamingAttemptException` class extends `RuntimeException` and includes methods like `canResume()` and `hasSeenResponses()` to check if the stream can resume and if any messages have been streamed, respectively."],["The constructor `ServerStreamingAttemptException(Throwable cause, boolean canResume, boolean seenResponses)` allows for the initialization of the exception with a cause, a flag to signal if it can be resumed, and a flag for whether it has seen responses."],["The webpage lists the inherited methods from `Object` and `Throwable` that are available for use, in addition to the methods specific to `ServerStreamingAttemptException`."]]],[]]