2003.09.15


jdc.java.io
Class IOException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--jdc.java.io.IOException
All Implemented Interfaces:
java.io.Serializable

public class IOException
extends java.io.IOException

A wrapper class for java.io.IOException.

Version:
1.0
Author:
Jay Damon
See Also:
Serialized Form

Constructor Summary
IOException()
          Constructor for IOException.
IOException(java.lang.String s)
          Constructor for IOException.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IOException

public IOException()
Constructor for IOException.


IOException

public IOException(java.lang.String s)
Constructor for IOException.

Parameters:
s -

2003.09.15



Copyright © 2003 J. Damon & Co.; All Rights Reserved WorldWide.