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 SummaryConstructorsConstructorDescriptionInvalidStateStoreException(String message) InvalidStateStoreException(String message, Throwable throwable) InvalidStateStoreException(Throwable throwable) 
- 
Method SummaryMethods inherited from class org.apache.kafka.streams.errors.StreamsExceptionsetTaskId, taskIdMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
InvalidStateStoreException
- 
InvalidStateStoreException
- 
InvalidStateStoreException
 
-