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