net.conquiris.api.index
Class IndexException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IndexCorruptedException, IndexLockedException

public class IndexException
extends RuntimeException

Base class for indexing related exceptions.

Author:
Andres Rodriguez
See Also:
Serialized Form

Constructor Summary
IndexException()
           
IndexException(IndexStatus status)
           
IndexException(IndexStatus status, String message)
           
IndexException(IndexStatus status, String message, Throwable cause)
           
IndexException(IndexStatus status, Throwable cause)
           
IndexException(String message)
           
IndexException(String message, Throwable cause)
           
IndexException(Throwable cause)
           
 
Method Summary
 IndexStatus getStatus()
          Returns the suggested status.
 
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(IndexStatus status)

IndexException

public IndexException(IndexStatus status,
                      String message,
                      Throwable cause)

IndexException

public IndexException(IndexStatus status,
                      String message)

IndexException

public IndexException(IndexStatus status,
                      Throwable cause)

IndexException

public IndexException()

IndexException

public IndexException(String message,
                      Throwable cause)

IndexException

public IndexException(String message)

IndexException

public IndexException(Throwable cause)
Method Detail

getStatus

public final IndexStatus getStatus()
Returns the suggested status.



Copyright © 2012 Derquinse Projects.. All Rights Reserved.