Class Exceptions.StreamWriterClosedException

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

public static final class Exceptions.StreamWriterClosedException extends io.grpc.StatusRuntimeException
This writer instance has either been closed by the user explicitly, or has encountered non-retriable errors.

To continue to write to the same stream, you will need to create a new writer instance.

See Also:
  • Constructor Details

    • StreamWriterClosedException

      protected StreamWriterClosedException(io.grpc.Status grpcStatus, String streamName, String writerId)
  • Method Details

    • getStreamName

      public String getStreamName()
    • getWriterId

      public String getWriterId()