org.mortbay.http
Class EOFException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.mortbay.http.EOFException
All Implemented Interfaces:
java.io.Serializable

public class EOFException
extends java.io.IOException

Exception for EOF detected.

Version:
$$
Author:
Greg Wilkins (gregw)
See Also:
Serialized Form

Constructor Summary
EOFException()
           
EOFException(java.io.IOException ex)
           
 
Method Summary
 java.io.IOException getTargetException()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EOFException

public EOFException()

EOFException

public EOFException(java.io.IOException ex)
Method Detail

getTargetException

public java.io.IOException getTargetException()

toString

public java.lang.String toString()


Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.