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 Link icon

    • UnknownStateStoreException Link icon

      public UnknownStateStoreException(String message)
    • UnknownStateStoreException Link icon

      public UnknownStateStoreException(String message, Throwable throwable)