public class LogEntryCorruptedException extends JRaftException
| 构造器和说明 |
|---|
LogEntryCorruptedException() |
LogEntryCorruptedException(String message) |
LogEntryCorruptedException(String message,
Throwable cause) |
LogEntryCorruptedException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
LogEntryCorruptedException(Throwable cause) |
public LogEntryCorruptedException()
public LogEntryCorruptedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public LogEntryCorruptedException(String message)
public LogEntryCorruptedException(Throwable cause)
Copyright © 2021. All rights reserved.