Class UnknownLocationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.flink.util.FlinkException
org.apache.flink.queryablestate.exceptions.UnknownLocationException
All Implemented Interfaces:
Serializable

@Internal public class UnknownLocationException extends org.apache.flink.util.FlinkException
Exception to fail Future if the Task Manager on which the Client Proxy is running on, does not know the location of a requested state.
See Also:
  • Constructor Details

    • UnknownLocationException

      public UnknownLocationException(String msg)