Class Exceptions.OffsetAlreadyExists
- 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.OffsetAlreadyExists
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Exceptions
public static final class Exceptions.OffsetAlreadyExists extends Exceptions.StorageException
Offset already exists. This indicates that the append request attempted to write data to an offset before the current end of the stream. This is an expected exception when ExactOnce is enforced. You can safely ignore it, and keep appending until there is new data to append.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
OffsetAlreadyExists(io.grpc.Status grpcStatus, String name, Long expectedOffset, Long actualOffset)
-
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
-
-