public class IndexingException
extends java.lang.Exception
Created: March 04 2005
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
| Constructor and Description | 
|---|
IndexingException(java.lang.String pMessage)
Construct a new IndexingException with the specified message
 and cause. 
 | 
IndexingException(java.lang.String pMessage,
                 java.lang.Throwable pCause)
Construct a new IndexingException with the specified message
 and cause. 
 | 
IndexingException(java.lang.Throwable pCause)
Construct a new IndexingException with the cause. 
 | 
public IndexingException(java.lang.String pMessage)
pMessage - The texual message describing the exception.public IndexingException(java.lang.Throwable pCause)
pCause - the underlying/wrapped exception.public IndexingException(java.lang.String pMessage,
                         java.lang.Throwable pCause)
pMessage - The texual message describing the exception.pCause - the underlying/wrapped exception.