org.apache.spark
Class TaskKilledException

Object
  extended by Throwable
      extended by Exception
          extended by RuntimeException
              extended by org.apache.spark.TaskKilledException
All Implemented Interfaces:
java.io.Serializable

public class TaskKilledException
extends RuntimeException

:: DeveloperApi :: Exception thrown when a task is explicitly killed (i.e., task failure is expected).

See Also:
Serialized Form

Constructor Summary
TaskKilledException()
           
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TaskKilledException

public TaskKilledException()