Class SnowflakeIdGenerator.ClockRollbackException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.loomcache.server.datastructures.SnowflakeIdGenerator.ClockRollbackException
All Implemented Interfaces:
Serializable
Enclosing class:
SnowflakeIdGenerator

public static class SnowflakeIdGenerator.ClockRollbackException extends RuntimeException
Exception thrown when system clock rolls backward.
Since:
1.2
See Also:
  • Constructor Details

    • ClockRollbackException

      public ClockRollbackException(String message)