加载中...
The Wayback Machine - https://sup1a9wrlpyh5li9ro.vcoronado.top/web/20090219055053/http://developer.android.com:80/reference/java/io/IOException.html
public class

IOException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

This IO exception is thrown when a program encounters some sort I/O error. Details may be specified in the constructor or by one of the subclasses.

Summary

Public Constructors
IOException()
Constructs a new instance of this class with its walkback filled in.
IOException(String detailMessage)
Constructs a new instance of this class with its walkback and message filled in.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public IOException ()

Constructs a new instance of this class with its walkback filled in.

public IOException (String detailMessage)

Constructs a new instance of this class with its walkback and message filled in.

Parameters
detailMessage The detail message for the exception.