public class CustomException extends RuntimeException
| 构造器和说明 |
|---|
CustomException(Result<Object> result) |
CustomException(Result<Object> result,
Throwable throwable) |
CustomException(String message) |
CustomException(String message,
Throwable throwable) |
Copyright © 2024. All rights reserved.