Class RaftException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RaftException.CommitFailedException, RaftException.ConfigurationException, RaftException.NoLeader, RaftException.ProtocolException

public abstract class RaftException extends RuntimeException
Base Raft protocol exception.

This is the base exception type for all Raft protocol exceptions. Protocol exceptions must be associated with a RaftError.Type which is used for more efficient serialization.

See Also: