public class IOException extends Exception
InputStream
,
OutputStream
,
Serialized FormConstructor and Description |
---|
IOException()
Constructs an
IOException with null
as its error detail message. |
IOException(String s)
Constructs an
IOException with the specified detail
message. |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IOException()
IOException
with null
as its error detail message.public IOException(String s)
IOException
with the specified detail
message. The error message string s
can later be
retrieved by the Throwable.getMessage()
method of class java.lang.Throwable
.s
- the detail message.Copyright © 2012 CableLabs. All Rights Reserved.