atg.repository.search.indexing
Class ConfigurationClaimedIndexingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by atg.repository.search.indexing.IndexingException
              extended by atg.repository.search.indexing.ConfigurationClaimedIndexingException
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationClaimedIndexingException
extends IndexingException

An indexing specific exception class.

Created: March 04 2005

See Also:
Serialized Form

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

CLASS_VERSION

public static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Constructor Detail

ConfigurationClaimedIndexingException

public ConfigurationClaimedIndexingException(java.lang.String pMessage)
Construct a new ConfigurationClaimedIndexingException with the specified message and cause.

Parameters:
pMessage - The texual message describing the exception.

ConfigurationClaimedIndexingException

public ConfigurationClaimedIndexingException(java.lang.Throwable pCause)
Construct a new ConfigurationClaimedIndexingException with the cause.

Parameters:
pCause - the underlying/wrapped exception.

ConfigurationClaimedIndexingException

public ConfigurationClaimedIndexingException(java.lang.String pMessage,
                                             java.lang.Throwable pCause)
Construct a new ConfigurationClaimedIndexingException with the specified message and cause.

Parameters:
pMessage - The texual message describing the exception.
pCause - the underlying/wrapped exception.