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 provides documentation for the `ServerStreamingAttemptException` class in the Google Cloud API Client Library for Java, specifically within the `gax` package."],["The `ServerStreamingAttemptException` is a wrapper exception that is thrown by `ServerStreamingAttemptCallable` to provide context to `StreamingRetryAlgorithm` and pass along the cancellation stack trace to `RetryingServerStreamingCallable`."],["The latest version of the documentation is 2.63.1, and the page also includes links to documentation for previous versions, dating back to 2.7.1, each pertaining to the `ServerStreamingAttemptException`."],["The class has a constructor `ServerStreamingAttemptException` that accepts a `Throwable` cause, a boolean `canResume`, and a boolean `seenResponses`, and it has the methods `canResume()` and `hasSeenResponses()` to return if a stream can be resumed or has seen any streamed messages."],["The documentation lists inherited members and methods, including those from the `Object` and `Throwable` classes, along with descriptions and links to Java documentation for each inherited member."]]],[]]