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:
-
Constructor Summary
ConstructorsConstructorDescriptionLastStateStoredTooLongAgoException
(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
-
Constructor Details
-
LastStateStoredTooLongAgoException
public LastStateStoredTooLongAgoException(org.apache.kafka.common.TopicPartition topic, long time, long currentStateOffset, long lastStoredOffset)
-