Class JobCancellationFailedException

  • All Implemented Interfaces:
    Serializable

    public class JobCancellationFailedException
    extends FlinkException
    JobCancellationFailedException is thrown if the cancellation of a job failed.
    See Also:
    Serialized Form
    • Constructor Detail

      • JobCancellationFailedException

        public JobCancellationFailedException​(String message)
      • JobCancellationFailedException

        public JobCancellationFailedException​(String message,
                                              Throwable cause)