public class HoodieIOException extends HoodieException
Exception thrown for table IO-related failures.
| Constructor and Description |
|---|
HoodieIOException(String msg) |
HoodieIOException(String msg,
IOException t) |
| Modifier and Type | Method and Description |
|---|---|
IOException |
getIOException() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic HoodieIOException(String msg, IOException t)
public HoodieIOException(String msg)
public IOException getIOException()
Copyright © 2022 The Apache Software Foundation. All rights reserved.