Class StateStoreNotAvailableException

All Implemented Interfaces:
Serializable

public class StateStoreNotAvailableException extends InvalidStateStoreException
Indicates that the state store being queried is already closed. This could happen when Kafka Streams is in PENDING_SHUTDOWN or NOT_RUNNING or ERROR state.
See Also:
  • Constructor Details

    • StateStoreNotAvailableException

      public StateStoreNotAvailableException(String message)
    • StateStoreNotAvailableException

      public StateStoreNotAvailableException(String message, Throwable throwable)