public class UtilException extends RuntimeException
工具类的异常类
| 限定符和类型 | 字段和说明 |
|---|---|
private static long |
serialVersionUID |
| 构造器和说明 |
|---|
UtilException(String message) |
UtilException(String messageTemplate,
Object... params) |
UtilException(String message,
Throwable throwable) |
UtilException(Throwable e) |
UtilException(Throwable throwable,
String messageTemplate,
Object... params) |
Copyright © 2020. All rights reserved.