Class RaftException.AppendFailureException

All Implemented Interfaces:
Serializable
Enclosing class:
RaftException

public static class RaftException.AppendFailureException extends RaftException
See Also:
  • Constructor Details

    • AppendFailureException

      public AppendFailureException(long index, String message)
  • Method Details

    • getIndex

      public long getIndex()