Class SerializedCheckpointException
- java.lang.Object
-
- org.apache.flink.runtime.messages.checkpoint.SerializedCheckpointException
-
- All Implemented Interfaces:
Serializable
public class SerializedCheckpointException extends Object implements Serializable
Serialized checkpoint exception which wraps the checkpoint failure reason and its serialized throwable.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SerializedCheckpointException(CheckpointException checkpointException)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CheckpointFailureReason
getCheckpointFailureReason()
SerializedThrowable
getSerializedThrowable()
CheckpointException
unwrap()
-
-
-
Constructor Detail
-
SerializedCheckpointException
public SerializedCheckpointException(CheckpointException checkpointException)
-
-
Method Detail
-
getCheckpointFailureReason
public CheckpointFailureReason getCheckpointFailureReason()
-
getSerializedThrowable
public SerializedThrowable getSerializedThrowable()
-
unwrap
public CheckpointException unwrap()
-
-