org.neo4j.kernel.impl.transaction.xaframework
Class ReadPastEndException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ReadPastEndException
public ReadPastEndException()
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.