de.nava.informa.search
Class UnretrievableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnretrievableException
public UnretrievableException()
UnretrievableException
public UnretrievableException(String message)
UnretrievableException
public UnretrievableException(Throwable cause)
Copyright © 2002-2007 Niko Schmuck.
All Rights Reserved.