Class UnknownOperationKeyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.flink.util.FlinkException
-
- org.apache.flink.runtime.dispatcher.UnknownOperationKeyException
-
- All Implemented Interfaces:
Serializable
public class UnknownOperationKeyException extends org.apache.flink.util.FlinkException
Exception that indicates that there is no ongoing or completed savepoint for a givenJobID
andTriggerId
pair.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownOperationKeyException(Object operationKey)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnknownOperationKeyException
public UnknownOperationKeyException(Object operationKey)
-
-