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-08-15 UTC."],[[["\u003cp\u003eThe webpage lists different versions of \u003ccode\u003eServerStreamingAttemptException\u003c/code\u003e, with the latest version being 2.63.1.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eServerStreamingAttemptException\u003c/code\u003e is a wrapper exception used by \u003ccode\u003eServerStreamingAttemptCallable\u003c/code\u003e to provide extra context to the \u003ccode\u003eStreamingRetryAlgorithm\u003c/code\u003e and forward the original cancellation stack trace to \u003ccode\u003eRetryingServerStreamingCallable\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis exception, extending \u003ccode\u003eRuntimeException\u003c/code\u003e, is designed for internal use, but it's public due to technical constraints.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eServerStreamingAttemptException\u003c/code\u003e class has methods to determine if stream resumption is supported after an error (\u003ccode\u003ecanResume()\u003c/code\u003e) and if the RPC attempt has received any streamed messages (\u003ccode\u003ehasSeenResponses()\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThe exception constructor \u003ccode\u003eServerStreamingAttemptException(Throwable cause, boolean canResume, boolean seenResponses)\u003c/code\u003e takes in a cause, a boolean to determine if it can resume, and a boolean to determine if responses have been seen.\u003c/p\u003e\n"]]],[],null,[]]