Class SnapshotThrottleException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SnapshotThrottleException
    extends java.lang.Exception
    Thrown when a Leader has too many concurrent snapshots being sent to observers.
    See Also:
    LearnerSnapshotThrottler, Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SnapshotThrottleException​(int concurrentSnapshotNumber, int throttleThreshold)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SnapshotThrottleException

        public SnapshotThrottleException​(int concurrentSnapshotNumber,
                                         int throttleThreshold)