org.egothor.dir
Class EgothorIndexConstExpiredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.egothor.dir.EgothorIndexConstExpiredException
All Implemented Interfaces:
java.io.Serializable

public class EgothorIndexConstExpiredException
extends java.lang.Exception

Thrown when index constancy has expired.

Author:
Jakub Podhorny
See Also:
Serialized Form

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

EgothorIndexConstExpiredException

public EgothorIndexConstExpiredException()

EgothorIndexConstExpiredException

public EgothorIndexConstExpiredException(java.lang.String message)

EgothorIndexConstExpiredException

public EgothorIndexConstExpiredException(java.lang.Throwable cause)

EgothorIndexConstExpiredException

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