Class UnknownKvStateLocation

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.flink.runtime.query.UnknownKvStateLocation
All Implemented Interfaces:
Serializable

public class UnknownKvStateLocation extends Exception
Thrown if there is no KvStateLocation found for the requested registration name.

This indicates that the requested KvState instance is not registered under this name (yet).

See Also:
  • Constructor Details

    • UnknownKvStateLocation

      public UnknownKvStateLocation(String registrationName)