org.tigris.eyebrowse
Class IndexerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.quiotix.util.exception.RethrowableException
                    |
                    +--org.tigris.eyebrowse.IndexerException
All Implemented Interfaces:
java.io.Serializable

public class IndexerException
extends com.quiotix.util.exception.RethrowableException

IndexerException Exception which may be thrown by any of the Indexer methods. Extends RethrowableException, so the exception may wrap another exception.

Since:
1.0
Author:
Brian Goetz - Quiotix Corp
See Also:
org.tigris.eyebrowse.util.exception.RethrowableException, Serialized Form

Constructor Summary
IndexerException()
           
IndexerException(java.lang.String s)
           
IndexerException(java.lang.String s, java.lang.Exception e)
           
 
Methods inherited from class com.quiotix.util.exception.RethrowableException
printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IndexerException

public IndexerException()

IndexerException

public IndexerException(java.lang.String s)

IndexerException

public IndexerException(java.lang.String s,
                        java.lang.Exception e)


Copyright © 2000 Quiotix Corp. All Rights Reserved.