public class HoodieWriteConflictException extends HoodieException
Exception thrown for Hoodie failures. The root of the exception hierarchy.
Hoodie Write clients will throw this exception if unable to commit due to conflicts. This is a runtime (unchecked) exception.
| Constructor and Description |
|---|
HoodieWriteConflictException(String msg) |
HoodieWriteConflictException(String msg,
Throwable e) |
HoodieWriteConflictException(Throwable e) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2024 The Apache Software Foundation. All rights reserved.