Class ParquetEmptyBlockException

  • All Implemented Interfaces:
    Serializable

    public class ParquetEmptyBlockException
    extends org.apache.parquet.ParquetRuntimeException
    See Also:
    Serialized Form
    • Constructor Detail

      • ParquetEmptyBlockException

        public ParquetEmptyBlockException()
      • ParquetEmptyBlockException

        public ParquetEmptyBlockException​(String message,
                                          Throwable cause)
      • ParquetEmptyBlockException

        public ParquetEmptyBlockException​(String message)
      • ParquetEmptyBlockException

        public ParquetEmptyBlockException​(Throwable cause)