Class ParquetEncodingException

  • All Implemented Interfaces:
    Serializable

    public class ParquetEncodingException
    extends org.apache.parquet.ParquetRuntimeException
    thrown when a decoding problem occured
    See Also:
    Serialized Form
    • Constructor Detail

      • ParquetEncodingException

        public ParquetEncodingException()
      • ParquetEncodingException

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

        public ParquetEncodingException​(String message)
      • ParquetEncodingException

        public ParquetEncodingException​(Throwable cause)