Serialized Form
- 
Package me.ahoo.cosid
- 
Exception me.ahoo.cosid.CosIdException
class CosIdException extends RuntimeException implements Serializable - 
Exception me.ahoo.cosid.IntegerIdGenerator.IdOverflowException
class IdOverflowException extends CosIdException implements Serializable- 
Serialized Fields
- 
id
long id
 
 - 
 
 - 
 
 - 
 - 
Package me.ahoo.cosid.accessor
- 
Exception me.ahoo.cosid.accessor.IdTypeNotSupportException
class IdTypeNotSupportException extends CosIdException implements Serializable- 
Serialized Fields
- 
idField
Field idField
 
 - 
 
 - 
 - 
Exception me.ahoo.cosid.accessor.MultipleIdNotSupportException
class MultipleIdNotSupportException extends CosIdException implements Serializable- 
Serialized Fields
- 
declaringClass
Class<?> declaringClass
 
 - 
 
 - 
 
 - 
 - 
Package me.ahoo.cosid.jdbc.exception
- 
Exception me.ahoo.cosid.jdbc.exception.NotFoundMaxIdException
class NotFoundMaxIdException extends CosIdException implements Serializable- 
Serialized Fields
- 
name
String name
 
 - 
 
 - 
 - 
Exception me.ahoo.cosid.jdbc.exception.SegmentNameMissingException
class SegmentNameMissingException extends CosIdException implements Serializable- 
Serialized Fields
- 
name
String name
 
 - 
 
 - 
 
 - 
 - 
Package me.ahoo.cosid.machine
- 
Exception me.ahoo.cosid.machine.MachineIdLostException
class MachineIdLostException extends CosIdException implements Serializable- 
Serialized Fields
- 
instanceId
InstanceId instanceId
 - 
machineState
MachineState machineState
 - 
namespace
String namespace
 
 - 
 
 - 
 - 
Exception me.ahoo.cosid.machine.MachineIdOverflowException
class MachineIdOverflowException extends CosIdException implements Serializable- 
Serialized Fields
- 
instanceId
InstanceId instanceId
 - 
totalMachineIds
int totalMachineIds
 
 - 
 
 - 
 - 
Exception me.ahoo.cosid.machine.NotFoundMachineStateException
class NotFoundMachineStateException extends CosIdException implements Serializable- 
Serialized Fields
- 
instanceId
InstanceId instanceId
 - 
namespace
String namespace
 
 - 
 
 - 
 
 - 
 - 
Package me.ahoo.cosid.provider
- 
Exception me.ahoo.cosid.provider.NotFoundIdGeneratorException
class NotFoundIdGeneratorException extends CosIdException implements Serializable- 
Serialized Fields
- 
generatorName
String generatorName
 
 - 
 
 - 
 
 - 
 - 
Package me.ahoo.cosid.segment
- 
Exception me.ahoo.cosid.segment.NextIdSegmentExpiredException
class NextIdSegmentExpiredException extends CosIdException implements Serializable 
 - 
 - 
Package me.ahoo.cosid.snowflake.exception
- 
Exception me.ahoo.cosid.snowflake.exception.ClockBackwardsException
class ClockBackwardsException extends CosIdException implements Serializable- 
Serialized Fields
- 
currentTimestamp
long currentTimestamp
 - 
lastTimestamp
long lastTimestamp
 
 - 
 
 - 
 - 
Exception me.ahoo.cosid.snowflake.exception.ClockTooManyBackwardsException
class ClockTooManyBackwardsException extends CosIdException implements Serializable- 
Serialized Fields
- 
brokenThreshold
long brokenThreshold
 - 
currentTimestamp
long currentTimestamp
 - 
lastTimestamp
long lastTimestamp
 
 - 
 
 - 
 - 
Exception me.ahoo.cosid.snowflake.exception.TimestampOverflowException
class TimestampOverflowException extends CosIdException implements Serializable- 
Serialized Fields
- 
diffTimestamp
long diffTimestamp
 - 
epoch
long epoch
 - 
maxTimestamp
long maxTimestamp
 
 - 
 
 - 
 
 - 
 - 
Package me.ahoo.cosid.uncertainty
- 
Exception me.ahoo.cosid.uncertainty.OriginalIdOverflowException
class OriginalIdOverflowException extends CosIdException implements Serializable- 
Serialized Fields
- 
maxOriginalId
long maxOriginalId
 - 
originalId
long originalId
 - 
originalIdBits
int originalIdBits
 
 - 
 
 - 
 
 -