Class SyncThrottleException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.zookeeper.server.quorum.SyncThrottleException
All Implemented Interfaces:
Serializable

public class SyncThrottleException extends Exception
Thrown when a Leader has too many concurrent syncs being sent to observers.
See Also:
  • Constructor Details

    • SyncThrottleException

      public SyncThrottleException(int concurrentSyncNumber, int throttleThreshold, LearnerSyncThrottler.SyncType syncType)