Package totalcross.io
Class IOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- totalcross.io.IOException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
EOFException,FileNotFoundException,GPSDisabledException,IllegalArgumentIOException,SocketTimeoutException,UnknownHostException,ZipException
public class IOException extends java.io.IOExceptionBase class of all input/output exceptions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IOException()Constructs an empty Exception.IOException(java.lang.String msg)Constructs an exception with the given message.IOException(java.lang.String message, java.lang.Throwable cause)IOException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
IOException
public IOException()
Constructs an empty Exception.
-
IOException
public IOException(java.lang.String msg)
Constructs an exception with the given message.
-
IOException
public IOException(java.lang.String message, java.lang.Throwable cause)
-
IOException
public IOException(java.lang.Throwable cause)
-
-