Class ExecutionException

All Implemented Interfaces:
Serializable

public class ExecutionException extends DataFusionException
Runtime execution failure: a UDF threw, a join task panicked, an external (non-DataFusion) error propagated up, or an FFI-level failure surfaced. Surfaces upstream DataFusionError::Execution, ExecutionJoin, External, and Ffi.

Note: this is org.apache.datafusion.ExecutionException, distinct from java.util.concurrent.ExecutionException. A file that needs both should fully-qualify one or import them with care.

See Also:
  • Constructor Details

    • ExecutionException

      public ExecutionException(String message)
    • ExecutionException

      public ExecutionException(String message, Throwable cause)