public class CommonException extends RuntimeException
| 构造器和说明 |
|---|
CommonException() |
CommonException(String message) |
CommonException(String message,
Throwable cause) |
CommonException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
CommonException(Throwable cause) |
Copyright © 2024. All rights reserved.