Class Exceptions.StreamFinalizedException
- 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.StreamFinalizedException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Exceptions
public static final class Exceptions.StreamFinalizedException extends Exceptions.StorageException
The write stream has already been finalized and will not accept further appends or flushes. To send additional requests, you will need to create a new write stream via CreateWriteStream.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
StreamFinalizedException(io.grpc.Status grpcStatus, String name)
-
Method Summary
-
Methods inherited from class com.google.cloud.bigquery.storage.v1.Exceptions.StorageException
getActualOffset, getErrors, getExpectedOffset, getStreamName
-
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
-
-
-
-
Constructor Detail
-
StreamFinalizedException
protected StreamFinalizedException(io.grpc.Status grpcStatus, String name)
-
-