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 | |
---|---|
Name | Description |
grpcStatus | io.grpc.Status |
name | String |