Class SnapshotThrottleException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.zookeeper.server.quorum.SnapshotThrottleException
-
- All Implemented Interfaces:
java.io.Serializable
public class SnapshotThrottleException extends java.lang.Exception
Thrown when aLeader
has too many concurrent snapshots being sent to observers.- See Also:
LearnerSnapshotThrottler
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SnapshotThrottleException(int concurrentSnapshotNumber, int throttleThreshold)
-