public class BusinessCheckedException extends Exception implements BusinessException
| 限定符 | 构造器和说明 |
|---|---|
|
BusinessCheckedException() |
|
BusinessCheckedException(String message) |
|
BusinessCheckedException(String message,
Throwable cause) |
protected |
BusinessCheckedException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
|
BusinessCheckedException(Throwable cause) |
Copyright © 2022. All rights reserved.