public class SettingRuntimeException extends RuntimeException
| 构造器和说明 |
|---|
SettingRuntimeException(String message) |
SettingRuntimeException(String messageTemplate,
Object... params) |
SettingRuntimeException(String message,
Throwable throwable) |
SettingRuntimeException(String message,
Throwable throwable,
boolean enableSuppression,
boolean writableStackTrace) |
SettingRuntimeException(Throwable e) |
SettingRuntimeException(Throwable throwable,
String messageTemplate,
Object... params) |
Copyright © 2022. All rights reserved.