Class InvalidStateStoreException

  • All Implemented Interfaces:
    Serializable

    public class InvalidStateStoreException
    extends StreamsException
    Indicates that there was a problem when trying to access a StateStore, i.e, the Store is no longer valid because it is closed or doesn't exist any more due to a rebalance.

    These exceptions may be transient, i.e., during a rebalance it won't be possible to query the stores as they are being (re)-initialized. Once the rebalance has completed the stores will be available again. Hence, it is valid to backoff and retry when handling this exception.

    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidStateStoreException

        public InvalidStateStoreException​(String message)
      • InvalidStateStoreException

        public InvalidStateStoreException​(String message,
                                          Throwable throwable)
      • InvalidStateStoreException

        public InvalidStateStoreException​(Throwable throwable)