类 BiddingApiExceptionFactory

java.lang.Object
com.infilake.openapi.bidding.exception.BiddingApiExceptionFactory

public class BiddingApiExceptionFactory extends Object
Exception factory for creating specific exception instances based on error codes
  • 构造器详细资料

    • BiddingApiExceptionFactory

      public BiddingApiExceptionFactory()
  • 方法详细资料

    • createException

      public static BiddingApiException createException(int code, String message)
      Create a BiddingApiException based on error code and message
      参数:
      code - 错误码
      message - 错误信息
      返回:
      对应的异常实例