net.sf.lucis.core
Class IndexException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.lucis.core.IndexException
All Implemented Interfaces:
Serializable

public class IndexException
extends RuntimeException

See Also:
Serialized Form

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

IndexException

public IndexException(IndexStatus status)

IndexException

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

IndexException

public IndexException(IndexStatus status,
                      Throwable cause)
Method Detail

getStatus

public IndexStatus getStatus()


Copyright © 2013. All Rights Reserved.