java.io.InputStream
, java.io.OutputStream
Modifier and Type | Field and Description |
---|---|
pack-priv static final long |
Access | Constructor and Description |
---|---|
public | |
public | IOException(String
The detail message (which is saved for later retrieval
by the message)getMessage() method)Constructs an |
public | IOException(String
The detail message (which is saved for later retrieval
by the message, Throwable getMessage() method)The cause (which is saved for later retrieval by the
cause)getCause() method). (A null value is permitted,
and indicates that the cause is nonexistent or unknown.)Constructs an |
public | IOException(Throwable
The cause (which is saved for later retrieval by the
cause)getCause() method). (A null value is permitted,
and indicates that the cause is nonexistent or unknown.)Constructs an |
serialVersionUID | back to summary |
---|---|
pack-priv static final long serialVersionUID Hides java. |
IOException | back to summary |
---|---|
public IOException() Constructs an |
IOException | back to summary |
---|---|
public IOException(String message) Constructs an
|
IOException | back to summary |
---|---|
public IOException(String message, Throwable cause) Constructs an Note that the detail message associated with
|
IOException | back to summary |
---|---|
public IOException(Throwable cause) Constructs an
|