Class OutputStreamCloseException

  • All Implemented Interfaces:
    Serializable

    public class OutputStreamCloseException
    extends ParquetRuntimeException
    Runtime exception indicating that a stream failed to be closed properly. Used to wrap up the checked IOException usually thrown from IO operations, these are generally not recoverable so it does not make sense to pollute the codebase declaring that they can be thrown whenever resources are being closed out.
    See Also:
    Serialized Form
    • Constructor Detail

      • OutputStreamCloseException

        public OutputStreamCloseException()
      • OutputStreamCloseException

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

        public OutputStreamCloseException​(String message)
      • OutputStreamCloseException

        public OutputStreamCloseException​(Throwable cause)