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