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:
  • Constructor Details

    • UnknownStateStoreException

      public UnknownStateStoreException(String message)
    • UnknownStateStoreException

      public UnknownStateStoreException(String message, Throwable throwable)