Class MaterializationExpiredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.flink.runtime.broadcast.MaterializationExpiredException
-
- All Implemented Interfaces:
Serializable
public class MaterializationExpiredException extends Exception
Indicates that theBroadcastVariableMaterialization
has materialized the broadcast variable at some point but discarded it already.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MaterializationExpiredException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-