de.nava.informa.search
Class UnretrievableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.nava.informa.search.UnretrievableException
All Implemented Interfaces:
Serializable

public class UnretrievableException
extends RuntimeException

An exception thrown when a formerly existing channel or news item now not any longer can be retrieved from the channel collection. This can be caused mainly because of two reasons: the full-text index could be out-of-date OR the give channel collection is not identical to the indexed one.

Author:
Niko Schmuck (niko@nava.de)
See Also:
Serialized Form

Constructor Summary
UnretrievableException()
           
UnretrievableException(String message)
           
UnretrievableException(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

UnretrievableException

public UnretrievableException()

UnretrievableException

public UnretrievableException(String message)

UnretrievableException

public UnretrievableException(Throwable cause)


Copyright © 2002-2007 Niko Schmuck. All Rights Reserved.