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:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
StreamWriterClosedException(io.grpc.Status grpcStatus, String streamName, String writerId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getStreamName()
String
getWriterId()
-
Methods inherited from class io.grpc.StatusRuntimeException
fillInStackTrace, getStatus, getTrailers
-
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-