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

public class InvalidStateStoreException extends StreamsException
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 Details

    • InvalidStateStoreException

      public InvalidStateStoreException(String message)
    • InvalidStateStoreException

      public InvalidStateStoreException(String message, Throwable throwable)
    • InvalidStateStoreException

      public InvalidStateStoreException(Throwable throwable)