Class Exceptions.StreamNotFound

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.grpc.StatusRuntimeException
com.google.cloud.bigquery.storage.v1.Exceptions.StorageException
com.google.cloud.bigquery.storage.v1.Exceptions.StreamNotFound
All Implemented Interfaces:
Serializable
Enclosing class:
Exceptions

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.
See Also:
  • Constructor Details

    • StreamNotFound

      protected StreamNotFound(io.grpc.Status grpcStatus, String name)