Package me.ahoo.cosid
Class CosIdException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
me.ahoo.cosid.CosIdException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ClockBackwardsException
,ClockTooManyBackwardsException
,IdTypeNotSupportException
,IntegerIdGenerator.IdOverflowException
,MachineIdLostException
,MachineIdOverflowException
,MultipleIdNotSupportException
,NextIdSegmentExpiredException
,NotFoundIdGeneratorException
,NotFoundMachineStateException
,NotFoundMaxIdException
,OriginalIdOverflowException
,SegmentNameMissingException
,TimestampOverflowException
CosId root Exception.
- See Also:
-
Constructor Summary
ConstructorDescriptionCosIdException
(String message) CosIdException
(String message, Throwable cause) CosIdException
(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) CosIdException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CosIdException
public CosIdException() -
CosIdException
-
CosIdException
-
CosIdException
-
CosIdException
-