Class InvalidStateStoreException

  • All Implemented Interfaces:
    java.io.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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvalidStateStoreException

        public InvalidStateStoreException​(java.lang.String message)
      • InvalidStateStoreException

        public InvalidStateStoreException​(java.lang.String message,
                                          java.lang.Throwable throwable)
      • InvalidStateStoreException

        public InvalidStateStoreException​(java.lang.Throwable throwable)