类 BiddingApiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.infilake.openapi.bidding.exception.BiddingApiException
- 所有已实现的接口:
Serializable
- 直接已知子类:
DataConflictException,DataNotFoundException,InternalErrorException,ParamErrorException,UnauthorizedException
Base checked exception for Bidding API errors
All API errors are represented as checked exceptions following the error codes defined in the API documentation. This forces clients to handle errors explicitly.
- 另请参阅:
-
构造器概要
构造器构造器说明BiddingApiException(int code, String errorName, String message) Constructs a new BiddingApiExceptionBiddingApiException(int code, String errorName, String message, Throwable cause) Constructs a new BiddingApiException with a cause -
方法概要
-
构造器详细资料
-
BiddingApiException
Constructs a new BiddingApiException- 参数:
code- 错误码errorName- 错误名称message- 错误信息
-
BiddingApiException
Constructs a new BiddingApiException with a cause- 参数:
code- 错误码errorName- 错误名称message- 错误信息cause- 原始异常
-
-
方法详细资料