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