org.fusesource.hawtdb.api
Class OutOfSpaceException

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.OutOfSpaceException
All Implemented Interfaces:
java.io.Serializable

public class OutOfSpaceException
extends PagingException

Thrown when you have run out of storage space on your page file.

Author:
Hiram Chirino
See Also:
Serialized Form

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

OutOfSpaceException

public OutOfSpaceException()

OutOfSpaceException

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

OutOfSpaceException

public OutOfSpaceException(java.lang.String message)

OutOfSpaceException

public OutOfSpaceException(java.lang.Throwable cause)


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