Class LoadTableException

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

public class LoadTableException extends SparkException implements scala.Product, Serializable
Exception raised when a flow fails to read from a table defined within the pipeline

param: name The name of the table param: cause The cause of the failure

See Also:
  • Constructor Details

    • LoadTableException

      public LoadTableException(String name, scala.Option<Throwable> cause)
  • Method Details

    • apply

      public abstract static R apply(T1 v1, T2 v2)
    • toString

      public static String toString()
    • name

      public String name()
    • cause

      public scala.Option<Throwable> cause()