org.apache.slide.search
Class IndexException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.slide.common.SlideException
org.apache.slide.search.IndexException
- All Implemented Interfaces:
- java.io.Serializable
- public class IndexException
- extends SlideException
Generic search exception.
- Version:
- $Revision: 1.2 $
- See Also:
- Serialized Form
Field Summary |
(package private) java.lang.Throwable |
rootCause
|
Fields inherited from class java.lang.Exception |
|
Method Summary |
java.lang.Throwable |
getRootCause()
Accesses the rootCause |
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 |
rootCause
java.lang.Throwable rootCause
IndexException
public IndexException(java.lang.String message)
- Constructor.
- Parameters:
message
- Exception message
IndexException
public IndexException(java.lang.String message,
java.lang.Throwable t)
- Constructor.
- Parameters:
message
- Exception message
IndexException
public IndexException(java.lang.Throwable t)
- Constructor.
- Parameters:
t
- Exception message
getRootCause
public java.lang.Throwable getRootCause()
- Accesses the rootCause
- Returns:
- the rootCause (a Throwable)