public class UidGenerateException extends RuntimeException
| 构造器和说明 |
|---|
UidGenerateException()
Default constructor
|
UidGenerateException(String message)
Constructor with message
|
UidGenerateException(String msgFormat,
Object... args)
Constructor with message format
|
UidGenerateException(String message,
Throwable cause)
Constructor with message & cause
|
UidGenerateException(Throwable cause)
Constructor with cause
|
public UidGenerateException()
public UidGenerateException(String message, Throwable cause)
message - cause - public UidGenerateException(String message)
message - public UidGenerateException(String msgFormat, Object... args)
msgFormat - args - public UidGenerateException(Throwable cause)
cause - Copyright © 2020. All rights reserved.