public class UidGenerateException
extends java.lang.RuntimeException
| 构造器和说明 |
|---|
UidGenerateException()
Default constructor
|
UidGenerateException(java.lang.String message)
Constructor with message
|
UidGenerateException(java.lang.String msgFormat,
java.lang.Object... args)
Constructor with message format
|
UidGenerateException(java.lang.String message,
java.lang.Throwable cause)
Constructor with message & cause
|
UidGenerateException(java.lang.Throwable cause)
Constructor with cause
|
public UidGenerateException()
public UidGenerateException(java.lang.String message,
java.lang.Throwable cause)
message - cause - public UidGenerateException(java.lang.String message)
message - public UidGenerateException(java.lang.String msgFormat,
java.lang.Object... args)
msgFormat - args - public UidGenerateException(java.lang.Throwable cause)
cause -