类 BiddingApiExceptionFactory
java.lang.Object
com.infilake.openapi.bidding.exception.BiddingApiExceptionFactory
Exception factory for creating specific exception instances based on error codes
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static BiddingApiExceptioncreateException(int code, String message) Create a BiddingApiException based on error code and message
-
构造器详细资料
-
BiddingApiExceptionFactory
public BiddingApiExceptionFactory()
-
-
方法详细资料
-
createException
Create a BiddingApiException based on error code and message- 参数:
code- 错误码message- 错误信息- 返回:
- 对应的异常实例
-