public class HoodieException extends RuntimeException
Exception thrown for Hoodie failures. The root of the exception hierarchy.
Hoodie Write/Read clients will throw this exception if any of its operations fail. This is a runtime (unchecked) exception.
| Constructor and Description |
|---|
HoodieException() |
HoodieException(String message) |
HoodieException(String message,
Throwable t) |
HoodieException(Throwable t) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2024 The Apache Software Foundation. All rights reserved.