Class KafkaCheckpointCommit.LastStateStoredTooLongAgoException
- java.lang.Object
-
- java.lang.Throwable
-
- io.vertx.core.impl.NoStackTraceThrowable
-
- io.smallrye.reactive.messaging.kafka.commit.KafkaCheckpointCommit.LastStateStoredTooLongAgoException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- KafkaCheckpointCommit
public static class KafkaCheckpointCommit.LastStateStoredTooLongAgoException extends io.vertx.core.impl.NoStackTraceThrowable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LastStateStoredTooLongAgoException(org.apache.kafka.common.TopicPartition topic, long time, long currentStateOffset, long lastStoredOffset)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-