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