类 DataNotFoundException

所有已实现的接口:
Serializable

public class DataNotFoundException extends BiddingApiException
数据不存在异常 (20502)

请求的数据不存在。 例如:根据编码查询商品时未找到对应记录

另请参阅:
  • 构造器详细资料

    • DataNotFoundException

      public DataNotFoundException(String message)
    • DataNotFoundException

      public DataNotFoundException(String message, Throwable cause)