org.mortbay.http

Class EOFException


public class EOFException
extends IOException

Exception for EOF detected.
Version:
$$
Author:
Greg Wilkins (gregw)

Constructor Summary

EOFException()
EOFException(IOException ex)

Method Summary

IOException
getTargetException()
String
toString()

Constructor Details

EOFException

public EOFException()

EOFException

public EOFException(IOException ex)

Method Details

getTargetException

public IOException getTargetException()

toString

public String toString()

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