atg.repository.search.indexing.config
Class SearchUpdateException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
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 | 
 
 
 
| 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 | 
 
CLASS_VERSION
public static final java.lang.String CLASS_VERSION
- Class version string
- See Also:
 - Constant Field Values
 
 
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)