Package org.apache.datafusion
Class ExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.datafusion.DataFusionException
org.apache.datafusion.ExecutionException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionExecutionException(String message) ExecutionException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExecutionException
-
ExecutionException
-