java.io
Class IOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException

public class IOException
extends Exception


Constructor Summary
IOException()
           
IOException(String msg)
           
 
Method Summary
 
Methods inherited from class java.lang.Exception
printStackTrace
 
Methods inherited from class java.lang.Throwable
getMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait
 

Constructor Detail

IOException

public IOException()

IOException

public IOException(String msg)