Class SuppressRestartsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.flink.runtime.execution.SuppressRestartsException
- All Implemented Interfaces:
Serializable
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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SuppressRestartsException
-