public class IdGenerateException extends RuntimeException
限定符和类型 | 字段和说明 |
---|---|
static String |
ERROR_CLOCK_BACK
回拨超时错误
|
构造器和说明 |
---|
IdGenerateException()
Default constructor
|
IdGenerateException(String message)
Constructor with message
|
IdGenerateException(String msgFormat,
Object... args)
Constructor with message format
|
IdGenerateException(String message,
Throwable cause)
Constructor with message & cause
|
IdGenerateException(Throwable cause)
Constructor with cause
|
public IdGenerateException()
public IdGenerateException(String message, Throwable cause)
message
- cause
- public IdGenerateException(String message)
message
- public IdGenerateException(String msgFormat, Object... args)
msgFormat
- args
- public IdGenerateException(Throwable cause)
cause
-