Open SiteSearch 4.1.1
Final

ORG.oclc.ecat.util
Class CEStreamExhausted

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--ORG.oclc.ecat.util.CEStreamExhausted

public class CEStreamExhausted
extends IOException

This exception is thrown when EOF is reached

See Also:
Serialized Form

Constructor Summary
CEStreamExhausted()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CEStreamExhausted

public CEStreamExhausted()

Open SiteSearch 4.1.1
Final