Class Sonyflake.InvalidMachineIDException
java.lang.Object
java.lang.Throwable
java.lang.Exception
icu.congee.id.generator.sonyflake.Sonyflake.InvalidMachineIDException
- All Implemented Interfaces:
Serializable
- Enclosing class:
Sonyflake
无效机器ID异常
当提供的机器ID无效或验证失败时抛出此异常
- Since:
- 1.0.0
- Author:
- congee
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidMachineIDException
public InvalidMachineIDException()
-