com.intel.util
Class IOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.intel.langutil.IntelRuntimeException
-
- com.intel.util.UtilException
-
- com.intel.util.IOException
-
- Direct Known Subclasses:
- FileNotFoundException, FlashWearoutException
public class IOException extends UtilException
Represents a general IO exception.
-
-
Constructor Summary
Constructors Constructor and Description IOException()
IOException(java.lang.String msg)
-