org.fusesource.hawtdb.api
Class PagingException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
IOPagingException, OptimisticUpdateException, OutOfSpaceException

public class PagingException
extends java.lang.RuntimeException

The root of all exceptions thrown by all Paged object operations.

Author:
Hiram Chirino
See Also:
Serialized Form

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

PagingException

public PagingException()

PagingException

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

PagingException

public PagingException(java.lang.String message)

PagingException

public PagingException(java.lang.Throwable cause)


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