Class 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 sub-classes.
See Also:
  • Constructor Details

    • InvalidStateStoreException

      public InvalidStateStoreException(String message)
    • InvalidStateStoreException

      public InvalidStateStoreException(String message, Throwable throwable)
    • InvalidStateStoreException

      public InvalidStateStoreException(Throwable throwable)