public class LogEntryCorruptedException extends JRaftException
| Constructor and Description |
|---|
LogEntryCorruptedException() |
LogEntryCorruptedException(String message) |
LogEntryCorruptedException(String message,
Throwable cause) |
LogEntryCorruptedException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
LogEntryCorruptedException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LogEntryCorruptedException()
public LogEntryCorruptedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public LogEntryCorruptedException(String message)
public LogEntryCorruptedException(Throwable cause)
Copyright © 2024. All rights reserved.