Class SerializedCheckpointException
java.lang.Object
org.apache.flink.runtime.messages.checkpoint.SerializedCheckpointException
- All Implemented Interfaces:
Serializable
Serialized checkpoint exception which wraps the checkpoint failure reason and its serialized
throwable.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SerializedCheckpointException
-
-
Method Details
-
getCheckpointFailureReason
-
getSerializedThrowable
public org.apache.flink.util.SerializedThrowable getSerializedThrowable() -
unwrap
-