Class OriginalIdOverflowException

All Implemented Interfaces:
Serializable

public class OriginalIdOverflowException extends CosIdException
Exception thrown when original ID exceeds maximum representable value.
See Also:
  • Constructor Details

    • OriginalIdOverflowException

      public OriginalIdOverflowException(long originalId, int originalIdBits, long maxOriginalId)
      Creates a new exception.
      Parameters:
      originalId - the original ID value
      originalIdBits - the number of bits for the original ID
      maxOriginalId - the maximum representable ID
  • Method Details

    • originalId

      public long originalId()
      Gets the original ID.
      Returns:
      the original ID
    • originalIdBits

      public int originalIdBits()
      Gets the original ID bits.
      Returns:
      the bits
    • maxOriginalId

      public long maxOriginalId()
      Gets the max original ID.
      Returns:
      the max ID