Class TimestampOverflowException

All Implemented Interfaces:
Serializable

public class TimestampOverflowException extends CosIdException
Timestamp Overflow Exception.
See Also:
  • 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()