Class RaftLogException

All Implemented Interfaces:
Serializable

public class RaftLogException extends RuntimeException
Unchecked exception thrown by RaftLogAdapter after the log has been poisoned due to an unrecoverable storage failure.

Once thrown, the exception instance is reused for all subsequent operations on the same adapter. Callers can compare by reference to detect repeated failures.

Since:
2.0
Author:
José Bolina
See Also:
  • Constructor Details

    • RaftLogException

      public RaftLogException(String message, Throwable cause)