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 `com.google.api.gax.retrying` package."],["`ServerStreamingAttemptException` is a wrapper exception used by `ServerStreamingAttemptCallable` to provide context to `StreamingRetryAlgorithm` and the original cancellation stack trace to `RetryingServerStreamingCallable`."],["The class is for internal use but is public due to technical constraints, and it extends `RuntimeException` and inherits methods from `Object` and `Throwable`."],["The documentation includes a list of available versions, with version 2.63.1 being the latest and version 2.30.1 being the current version shown, along with version history dating back to 2.7.1."],["The class includes a constructor with parameters for the cause, whether it can be resumed and whether responses have been seen, along with methods `canResume()` and `hasSeenResponses()` to verify those parameters."]]],[]]