java.io
Class EOFException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--java.io.EOFException

public synchronized class EOFException
extends IOException


Constructor Summary
EOFException()
           
EOFException(String)
           
 
Methods inherited from class java.lang.Throwable
getMessage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait
 

Constructor Detail

EOFException

public EOFException()

EOFException

public EOFException(String)