org.neo4j.kernel.impl.transaction.xaframework
Class ReadPastEndException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.neo4j.kernel.impl.transaction.xaframework.ReadPastEndException
All Implemented Interfaces:
Serializable

public class ReadPastEndException
extends Exception

Thrown when reading from a ReadableByteChannel into a buffer and not enough bytes (Buffer.limit()) could be read.

See Also:
Serialized Form

Constructor Summary
ReadPastEndException()
           
 
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

ReadPastEndException

public ReadPastEndException()


Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.