Class ClockTooManyBackwardsException

All Implemented Interfaces:
Serializable

public class ClockTooManyBackwardsException extends CosIdException
Clock Too Many Backwards Exception.
See Also:
  • Constructor Details

    • ClockTooManyBackwardsException

      public ClockTooManyBackwardsException(long lastTimestamp, long currentTimestamp, long brokenThreshold)
  • Method Details

    • getLastTimestamp

      public long getLastTimestamp()
    • getCurrentTimestamp

      public long getCurrentTimestamp()
    • getBrokenThreshold

      public long getBrokenThreshold()