|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
atg.repository.search.indexing.IndexingException
atg.repository.search.indexing.ConfigurationClaimedIndexingException
public class ConfigurationClaimedIndexingException
An indexing specific exception class.
Created: March 04 2005
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Constructor Summary | |
|---|---|
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. |
|
| 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 |
| Field Detail |
|---|
public static final java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||