Class StopWithSavepointStoppingException

  • All Implemented Interfaces:
    Serializable

    @Experimental
    public class StopWithSavepointStoppingException
    extends FlinkException
    Exception thrown when a savepoint has been created successfully when stopping with savepoint, but the job has not finished. In that case side-effects might have not been committed. This exception is used to communicate that to the use.
    See Also:
    Serialized Form
    • Constructor Detail

      • StopWithSavepointStoppingException

        public StopWithSavepointStoppingException​(String savepointPath,
                                                  JobID jobID)
      • StopWithSavepointStoppingException

        public StopWithSavepointStoppingException​(String savepointPath,
                                                  JobID jobID,
                                                  Throwable cause)
    • Method Detail

      • getSavepointPath

        public String getSavepointPath()