Class OutOfRangeChangeStreamException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.debezium.connector.spanner.db.stream.exception.ChangeStreamException
io.debezium.connector.spanner.db.stream.exception.FailureChangeStreamException
io.debezium.connector.spanner.db.stream.exception.OutOfRangeChangeStreamException
- All Implemented Interfaces:
Serializable
The change stream fail exception. Reaction of
ErrorCode.OUT_OF_RANGE error from Spanner- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOutOfRangeChangeStreamException(Partition partition, com.google.cloud.spanner.SpannerException ex) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
partition
-
-
Constructor Details
-
OutOfRangeChangeStreamException
public OutOfRangeChangeStreamException(Partition partition, com.google.cloud.spanner.SpannerException ex)
-
-
Method Details
-
getPartition
-