public class CommonException extends RuntimeException
| 构造器和说明 |
|---|
CommonException(int code) |
CommonException(int code,
String message) |
CommonException(int code,
Throwable e) |
CommonException(int code,
Throwable e,
String message) |
CommonException(String msg) |
CommonException(String msg,
int code) |
CommonException(String msg,
Throwable e) |
Copyright © 2020. All rights reserved.