org.jgroups.protocols.raft.RaftLeaderException Maven / Gradle / Ivy
package org.jgroups.protocols.raft;
public class RaftLeaderException extends Exception {
public RaftLeaderException(String s) {
super(s);
}
}
package org.jgroups.protocols.raft;
public class RaftLeaderException extends Exception {
public RaftLeaderException(String s) {
super(s);
}
}