org.jboss.portal.search
Class IndexingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.portal.search.IndexingException
All Implemented Interfaces:
java.io.Serializable

public class IndexingException
extends java.lang.Exception

Version:
$Revision: 8784 $
Author:
Thomas Heute
See Also:
Serialized Form

Constructor Summary
IndexingException(java.lang.String msg, java.lang.Throwable e)
           
IndexingException(java.lang.Throwable e)
           
 
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
 

Constructor Detail

IndexingException

public IndexingException(java.lang.Throwable e)

IndexingException

public IndexingException(java.lang.String msg,
                         java.lang.Throwable e)