com.sleepycat.je.log
Class FileReader.EOFException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sleepycat.je.log.FileReader.EOFException
All Implemented Interfaces:
Serializable
Enclosing class:
FileReader

public static class FileReader.EOFException
extends Exception

Never seen by user, used to indicate that the file reader should stop.

See Also:
Serialized Form

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

Constructor Detail

FileReader.EOFException

public FileReader.EOFException()

FileReader.EOFException

public FileReader.EOFException(String message)


Copyright (c) 2004-2010 Oracle. All rights reserved.