类 DataNotFoundException

所有已实现的接口:
Serializable

public class DataNotFoundException extends IOException
没有发现指定的数据
作者:
guyadong
另请参阅:
  • 构造器详细资料

    • DataNotFoundException

      public DataNotFoundException()
    • DataNotFoundException

      public DataNotFoundException(String message)
    • DataNotFoundException

      public DataNotFoundException(URL url)
    • DataNotFoundException

      public DataNotFoundException(Throwable cause)
    • DataNotFoundException

      public DataNotFoundException(String message, Throwable cause)
    • DataNotFoundException

      public DataNotFoundException(URL url, Throwable cause)