public class HmilyRuntimeException extends RuntimeException
| 构造器和说明 |
|---|
HmilyRuntimeException()
Instantiates a new Tcc runtime exception.
|
HmilyRuntimeException(String message)
Instantiates a new Tcc runtime exception.
|
HmilyRuntimeException(String message,
Throwable cause)
Instantiates a new Tcc runtime exception.
|
HmilyRuntimeException(Throwable cause)
Instantiates a new Tcc runtime exception.
|
public HmilyRuntimeException()
public HmilyRuntimeException(String message)
message - the messagepublic HmilyRuntimeException(String message, Throwable cause)
message - the messagecause - the causepublic HmilyRuntimeException(Throwable cause)
cause - the causeCopyright © 2019 dromara. All rights reserved.