Class RunTerminationException

Object
Throwable
Exception
org.apache.spark.sql.pipelines.graph.RunTerminationException
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product

public class RunTerminationException extends Exception implements scala.Product, Serializable
Helper exception class that indicates that a run has to be terminated and tracks the associated termination reason.
See Also:
  • Constructor Details

  • Method Details

    • apply

      public abstract static R apply(T1 v1)
    • toString

      public static String toString()
    • reason

      public RunTerminationReason reason()