org.fusesource.hawtdb.api
Class IOPagingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.fusesource.hawtdb.api.PagingException
                  extended by org.fusesource.hawtdb.api.IOPagingException
All Implemented Interfaces:
java.io.Serializable

public class IOPagingException
extends PagingException

Exception thrown when an IOException occurs with a a Paging operation.

Author:
Hiram Chirino
See Also:
Serialized Form

Constructor Summary
IOPagingException()
           
IOPagingException(java.lang.String message)
           
IOPagingException(java.lang.String message, java.lang.Throwable cause)
           
IOPagingException(java.lang.Throwable cause)
           
 
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

IOPagingException

public IOPagingException()

IOPagingException

public IOPagingException(java.lang.String message,
                         java.lang.Throwable cause)

IOPagingException

public IOPagingException(java.lang.String message)

IOPagingException

public IOPagingException(java.lang.Throwable cause)


Copyright © 2009-2011 FuseSource, Corp.. All Rights Reserved.