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.FlinkExceptionException to fail Future if the Task Manager on which theClient Proxyis running on, does not know the location of a requested state.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownLocationException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnknownLocationException
public UnknownLocationException(String msg)
-
-