Package me.ahoo.cosid

Class CosIdException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ClockBackwardsException, ClockTooManyBackwardsException, IdTypeNotSupportException, IntegerIdGenerator.IdOverflowException, MachineIdLostException, MachineIdOverflowException, MultipleIdNotSupportException, NextIdSegmentExpiredException, NotFoundIdGeneratorException, NotFoundMachineStateException, NotFoundMaxIdException, OriginalIdOverflowException, SegmentNameMissingException, TimestampOverflowException

public class CosIdException extends RuntimeException
CosId root Exception.
See Also:
  • Constructor Details

    • CosIdException

      public CosIdException()
    • CosIdException

      public CosIdException(String message)
    • CosIdException

      public CosIdException(String message, Throwable cause)
    • CosIdException

      public CosIdException(Throwable cause)
    • CosIdException

      public CosIdException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)