FileDocCategorySizeDatePackage
EndOfSourceException.javaAPI DocAndroid 1.5 API1276Wed May 06 22:41:06 BST 2009org.apache.harmony.xnet.provider.jsse

EndOfSourceException

public class EndOfSourceException extends IOException
This class represents the exception signalizing that data could not be read from the buffered stream because underlying data buffer was exhausted.

Fields Summary
Constructors Summary
public EndOfSourceException()
Constructor

        super();
    
Methods Summary