Class TopicPartitionChannelInsertionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.snowflake.kafka.connector.internal.streaming.TopicPartitionChannelInsertionException
-
- All Implemented Interfaces:
Serializable
public class TopicPartitionChannelInsertionException extends RuntimeException
Class for exceptions that occur while interacting with Snowflake through Snowpipe Streaming.Please note: This exception is translated from SFException when Client SDK determines this is an invalid insert Operation. (For instance, clientSequencer is bumped up, but we are still calling from older clientSequencer number)
Use this exception when a particular channel (Topic Partition) fails to insert Rows into Snowflake Table, in this case we will reopen the channel and try to insert same rows again.
(Note: This exception is not when Streaming Snowpipe API returns error in its response)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TopicPartitionChannelInsertionException(String msg, Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-