Package org.apache.spark
Class TaskKilledException
Object
Throwable
Exception
RuntimeException
org.apache.spark.TaskKilledException
- All Implemented Interfaces:
Serializable
:: DeveloperApi ::
Exception thrown when a task is explicitly killed (i.e., task failure is expected).
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TaskKilledException
-
TaskKilledException
public TaskKilledException()
-
-
Method Details
-
reason
-