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