Package org.apache.flink.runtime.query
Class UnknownKvStateLocation
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.flink.runtime.query.UnknownKvStateLocation
- All Implemented Interfaces:
Serializable
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownKvStateLocation
-