Class IoException

All Implemented Interfaces:
Serializable

public class IoException extends DataFusionException
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 Details

    • IoException

      public IoException(String message)
    • IoException

      public IoException(String message, Throwable cause)