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 subclasses.- See Also:
Constructor Summary
ConstructorsConstructorDescriptionInvalidStateStoreException(String message) InvalidStateStoreException(String message, Throwable throwable) InvalidStateStoreException(Throwable throwable) Method Summary
Methods inherited from class org.apache.kafka.streams.errors.StreamsException
setTaskId, taskIdMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Constructor Details
InvalidStateStoreException
InvalidStateStoreException
InvalidStateStoreException