Class JobCancellationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.flink.util.FlinkException
org.apache.flink.runtime.dispatcher.JobCancellationFailedException
- All Implemented Interfaces:
Serializable
public class JobCancellationFailedException
extends org.apache.flink.util.FlinkException
JobCancellationFailedException is thrown if the cancellation of a job failed.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJobCancellationFailedException(String message) JobCancellationFailedException(String message, 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
-
JobCancellationFailedException
-
JobCancellationFailedException
-