com.bea.content.indexer
Class IndexerRunnerException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
com.bea.content.indexer.IndexerRunnerException
- All Implemented Interfaces 
 - Serializable
 
public class IndexerRunnerException
- extends Exception
 
Exception thrown by the IndexerRunner
- See Also
 - Serialized Form
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
IndexerRunnerException
public IndexerRunnerException(String msg)
- Create a new IndexerRunnerException with the given message.
- Parameters
 msg - the message
 
IndexerRunnerException
public IndexerRunnerException(String msg,
                              Throwable t)
- Create a new IndexerRunnerException with the given message and Throwable.
- Parameters
 msg - the messaget - the Throwable
 
Copyright © 2006 BEA Systems, Inc. All Rights Reserved