Package org.apache.kafka.streams.errors
Class InvalidStateStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.kafka.common.KafkaException
org.apache.kafka.streams.errors.StreamsException
org.apache.kafka.streams.errors.InvalidStateStoreException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidStateStorePartitionException
,StateStoreMigratedException
,StateStoreNotAvailableException
,StreamsNotStartedException
,StreamsRebalancingException
,StreamsStoppedException
,UnknownStateStoreException
Indicates that there was a problem when trying to access a
StateStore
.
InvalidStateStoreException
is not thrown directly but only its following sub-classes.- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidStateStoreException
(String message) InvalidStateStoreException
(String message, Throwable throwable) InvalidStateStoreException
(Throwable throwable) -
Method Summary
Methods inherited from class org.apache.kafka.streams.errors.StreamsException
setTaskId, taskId
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidStateStoreException
-
InvalidStateStoreException
-
InvalidStateStoreException
-