Class 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 Detail

      • SerializedCheckpointException

        public SerializedCheckpointException​(CheckpointException checkpointException)
    • Method Detail

      • getSerializedThrowable

        public org.apache.flink.util.SerializedThrowable getSerializedThrowable()