Uses of Class
cloud.opencode.base.id.exception.OpenIdGenerationException
Packages that use OpenIdGenerationException
-
Uses of OpenIdGenerationException in cloud.opencode.base.id.exception
Methods in cloud.opencode.base.id.exception that return OpenIdGenerationExceptionModifier and TypeMethodDescriptionstatic OpenIdGenerationExceptionOpenIdGenerationException.clockBackward(long lastTimestamp, long currentTimestamp) Creates a clock backward exception 创建时钟回拨异常static OpenIdGenerationExceptionOpenIdGenerationException.invalidIdFormat(String generatorType, String id) Creates an invalid ID format exception 创建ID格式无效异常static OpenIdGenerationExceptionOpenIdGenerationException.invalidParameter(String param, long value, String range) Creates an invalid parameter exception 创建参数无效异常static OpenIdGenerationExceptionOpenIdGenerationException.invalidPrefix(String prefix) Creates an invalid prefix exception for typed/prefixed IDs 创建类型化ID的无效前缀异常static OpenIdGenerationExceptionOpenIdGenerationException.segmentAllocationFailed(String bizTag, Throwable cause) Creates a segment allocation failed exception 创建号段分配失败异常static OpenIdGenerationExceptionOpenIdGenerationException.segmentExhausted(String bizTag) Creates a segment exhausted exception 创建号段耗尽异常static OpenIdGenerationExceptionOpenIdGenerationException.sequenceOverflow(long maxSequence) Creates a sequence overflow exception 创建序列号溢出异常static OpenIdGenerationExceptionOpenIdGenerationException.tableInitFailed(String tableName, Throwable cause) Creates a table initialization failed exception 创建数据库表初始化失败异常