Class SuppressRestartsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.flink.runtime.execution.SuppressRestartsException
All Implemented Interfaces:
Serializable

public class SuppressRestartsException extends RuntimeException
Exception thrown in order to suppress job restarts.

This exception acts as a wrapper around the real cause and suppresses job restarts. The JobManager will not restart a job, which fails with this Exception.

See Also:
  • Constructor Details

    • SuppressRestartsException

      public SuppressRestartsException(Throwable cause)