Package org.apache.datafusion
Class ResourcesExhaustedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.datafusion.DataFusionException
org.apache.datafusion.ResourcesExhaustedException
- All Implemented Interfaces:
Serializable
The DataFusion runtime exhausted a configured resource budget — typically the memory pool, but
applies to any guard upstream surfaces as
DataFusionError::ResourcesExhausted.
Distinguishing this from ExecutionException lets callers retry transient
resource-pressure failures without retrying genuine query bugs.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResourcesExhaustedException(String message) ResourcesExhaustedException(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
-
ResourcesExhaustedException
-
ResourcesExhaustedException
-