Exception Exceptions.StreamNotFound (3.4.0)

public static final class Exceptions.StreamNotFound extends Exceptions.StorageException

The stream is not found. Possible causes include incorrectly specifying the stream identifier or attempting to use an old stream identifier that no longer exists. You can invoke CreateWriteStream to create a new stream.

Constructors

StreamNotFound(Status grpcStatus, String name)

protected StreamNotFound(Status grpcStatus, String name)
Parameters
NameDescription
grpcStatusio.grpc.Status
nameString