atg.repository.search.indexing.config
Class SearchUpdateException

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

public class SearchUpdateException
extends java.lang.Exception

Exception thrown for problems in the SearchUpdateAdapter process.

See Also:
Serialized Form

Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
SearchUpdateException(java.lang.String message)
           
SearchUpdateException(java.lang.String message, java.lang.Throwable cause)
           
SearchUpdateException(java.lang.Throwable 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

SearchUpdateException

public SearchUpdateException(java.lang.String message)

SearchUpdateException

public SearchUpdateException(java.lang.Throwable cause)

SearchUpdateException

public SearchUpdateException(java.lang.String message,
                             java.lang.Throwable cause)