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 aLeaderhas too many concurrent syncs being sent to observers.- See Also:
- LearnerSyncThrottler, Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description SyncThrottleException(int concurrentSyncNumber, int throttleThreshold, LearnerSyncThrottler.SyncType syncType)
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
SyncThrottleExceptionpublic SyncThrottleException(int concurrentSyncNumber, int throttleThreshold, LearnerSyncThrottler.SyncType syncType)
 
- 
 
-