Package org.apache.datafusion
Class IoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.datafusion.DataFusionException
org.apache.datafusion.IoException
- All Implemented Interfaces:
Serializable
IO-shaped failure: a local filesystem read failed, an object store request failed, or a parquet /
arrow / avro decoder reported a malformed file. Surfaces upstream
DataFusionError::IoError, ObjectStore, ArrowError, ParquetError, and
AvroError.
Note: this is org.apache.datafusion.IoException (lowercase o), distinct from
java.io.IOException. The IoException spelling matches the orthography of the
underlying DataFusionError::IoError variant; a file that needs both should fully-qualify
one.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IoException
-
IoException
-