public class BusinessException extends RuntimeException
| 构造器和说明 |
|---|
BusinessException(ErrorCode errorCode) |
BusinessException(ErrorCode errorCode,
CreateChatCompletionResponse.ErrorBean errorBean) |
BusinessException(ErrorCode errorCode,
String message) |
BusinessException(int code,
String message) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCode() |
public BusinessException(int code,
String message)
public BusinessException(ErrorCode errorCode)
public BusinessException(ErrorCode errorCode, CreateChatCompletionResponse.ErrorBean errorBean)
Copyright © 2024. All rights reserved.