Class UnknownStateStoreException

  • All Implemented Interfaces:
    Serializable

    public class UnknownStateStoreException
    extends InvalidStateStoreException
    Indicates that the state store being queried is unknown, i.e., the state store does either not exist in your topology or it is not queryable.
    See Also:
    Serialized Form
    • Constructor Detail

      • UnknownStateStoreException

        public UnknownStateStoreException​(String message)
      • UnknownStateStoreException

        public UnknownStateStoreException​(String message,
                                          Throwable throwable)