org.apache.kahadb.page
Class Transaction.InvalidPageIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.kahadb.page.Transaction.InvalidPageIOException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Transaction
public class Transaction.InvalidPageIOException
- extends IOException
The InvalidPageIOException is thrown if try to load/store a a page
with an invalid page id.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Transaction.InvalidPageIOException
public Transaction.InvalidPageIOException(String message,
long page)
getPage
public long getPage()
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.