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.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:
-
Constructor Summary
ConstructorsConstructorDescriptionStopWithSavepointStoppingException(String savepointPath, org.apache.flink.api.common.JobID jobID) StopWithSavepointStoppingException(String savepointPath, org.apache.flink.api.common.JobID jobID, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StopWithSavepointStoppingException
public StopWithSavepointStoppingException(String savepointPath, org.apache.flink.api.common.JobID jobID) -
StopWithSavepointStoppingException
-
-
Method Details
-
getSavepointPath
-