public class OutputStreamCloseException extends ParquetRuntimeException
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.
| Constructor and Description |
|---|
OutputStreamCloseException() |
OutputStreamCloseException(String message) |
OutputStreamCloseException(String message,
Throwable cause) |
OutputStreamCloseException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2023 The Apache Software Foundation. All rights reserved.