类 NotFoundGatherDataException

所有已实现的接口:
Serializable

public class NotFoundGatherDataException extends RuntimeException
定义“不能找到采集源”异常。

在很多情况下,我们对需要采集的资源是需要管理的,例如:一卡通,
这些被称为采集源,它定义了需要采集内容的地址或者索引,
一旦这些采集源无法获取,系统将无法继续进行采集。
作者:
shikeying
另请参阅:
  • 构造器详细资料

    • NotFoundGatherDataException

      public NotFoundGatherDataException(String db)
    • NotFoundGatherDataException

      public NotFoundGatherDataException(String msg, Throwable cause)