Class StopWithSavepointStoppingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.flink.util.FlinkException
-
- org.apache.flink.runtime.scheduler.stopwithsavepoint.StopWithSavepointStoppingException
-
- All Implemented Interfaces:
Serializable
@Experimental public class StopWithSavepointStoppingException extends org.apache.flink.util.FlinkExceptionException 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 Summary
Constructors Constructor Description StopWithSavepointStoppingException(String savepointPath, org.apache.flink.api.common.JobID jobID)StopWithSavepointStoppingException(String savepointPath, org.apache.flink.api.common.JobID jobID, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSavepointPath()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-