org.openanzo.indexer
Class IndexerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openanzo.indexer.IndexerException
All Implemented Interfaces:
java.io.Serializable

public class IndexerException
extends java.lang.Exception

Exception thrown by index api classes

Author:
Wing Yung (wingyung@us.ibm.com)
See Also:
Serialized Form

Constructor Summary
IndexerException()
           
IndexerException(java.lang.String message)
           
IndexerException(java.lang.String message, java.lang.Throwable cause)
           
IndexerException(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IndexerException

public IndexerException(java.lang.String message)
See Also:
Exception.Exception(String)

IndexerException

public IndexerException()
See Also:
Exception.Exception()

IndexerException

public IndexerException(java.lang.String message,
                        java.lang.Throwable cause)
See Also:
Exception.Exception(String, Throwable)

IndexerException

public IndexerException(java.lang.Throwable cause)
See Also:
Exception.Exception(Throwable)


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.