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 SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
TaskKilledException
- 
TaskKilledExceptionpublic TaskKilledException()
 
- 
- 
Method Details- 
reason
 
-