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
public class UnknownKvStateLocation extends Exception
Thrown if there is noKvStateLocation
found for the requested registration name.This indicates that the requested KvState instance is not registered under this name (yet).
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownKvStateLocation(String registrationName)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnknownKvStateLocation
public UnknownKvStateLocation(String registrationName)
-
-