public class SettingException extends Exception
| 构造器和说明 |
|---|
SettingException(String message) |
SettingException(String messageTemplate,
Object... params) |
SettingException(String message,
Throwable throwable) |
SettingException(Throwable e) |
SettingException(Throwable throwable,
String messageTemplate,
Object... params) |
Copyright © 2015. All rights reserved.