Class TimestampOverflowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
me.ahoo.cosid.CosIdException
me.ahoo.cosid.snowflake.exception.TimestampOverflowException
- All Implemented Interfaces:
Serializable
Timestamp Overflow Exception.
- See Also:
-
Constructor Summary
ConstructorDescriptionTimestampOverflowException
(long epoch, long diffTimestamp, long maxTimestamp) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TimestampOverflowException
public TimestampOverflowException(long epoch, long diffTimestamp, long maxTimestamp)
-
-
Method Details
-
getEpoch
public long getEpoch() -
getDiffTimestamp
public long getDiffTimestamp() -
getMaxTimestamp
public long getMaxTimestamp()
-