public class HoodieHeartbeatException extends RuntimeException implements Serializable
Exception thrown for Hoodie heartbeat 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 |
|---|
HoodieHeartbeatException() |
HoodieHeartbeatException(String message) |
HoodieHeartbeatException(String message,
Throwable t) |
HoodieHeartbeatException(Throwable t) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2024 The Apache Software Foundation. All rights reserved.