public class IOException extends Exception
InputStream,
OutputStream,
Serialized Form| Constructor 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, toStringpublic 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 © 2013 CableLabs. All rights reserved.