net.conquiris.api.index
Class IndexCorruptedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.conquiris.api.index.IndexException
                  extended by net.conquiris.api.index.IndexCorruptedException
All Implemented Interfaces:
Serializable

public class IndexCorruptedException
extends IndexException

Exception thrown when an index corruption error is found.

Author:
Andres Rodriguez
See Also:
Serialized Form

Constructor Summary
IndexCorruptedException(Throwable cause)
          Constructor
 
Method Summary
 
Methods inherited from class net.conquiris.api.index.IndexException
getStatus
 
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

IndexCorruptedException

public IndexCorruptedException(Throwable cause)
Constructor

Parameters:
cause - Cause.


Copyright © 2012 Derquinse Projects.. All Rights Reserved.