Class RaftLogException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jgroups.protocols.raft.RaftLogException
- All Implemented Interfaces:
Serializable
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 Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RaftLogException
-