org.fusesource.hawtdb.api
Class IndexException

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

public class IndexException
extends java.lang.RuntimeException

This exception is thrown by index implementation why they detect an error.

Author:
Hiram Chirino
See Also:
Serialized Form

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

IndexException

public IndexException()

IndexException

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

IndexException

public IndexException(java.lang.String message)

IndexException

public IndexException(java.lang.Throwable cause)


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