org.apache.lucene.gdata.search.index
Class GdataIndexerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.lucene.gdata.search.index.GdataIndexerException
All Implemented Interfaces:
Serializable

public class GdataIndexerException
extends RuntimeException

This exception will be thrown if an exception in the indexing component occurs

Author:
Simon Willnauer
See Also:
Serialized Form

Constructor Summary
GdataIndexerException()
          Creates a new GdataIndexerException
GdataIndexerException(String arg0)
          Creates a new GdataIndexerException with a new exception message
GdataIndexerException(String arg0, Throwable arg1)
          Creates a new GdataIndexerException with a new exception message and a root cause
GdataIndexerException(Throwable arg0)
          Creates a new GdataIndexerException with a root 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GdataIndexerException

public GdataIndexerException()
Creates a new GdataIndexerException


GdataIndexerException

public GdataIndexerException(String arg0)
Creates a new GdataIndexerException with a new exception message

Parameters:
arg0 - - exception message

GdataIndexerException

public GdataIndexerException(String arg0,
                             Throwable arg1)
Creates a new GdataIndexerException with a new exception message and a root cause

Parameters:
arg0 - - exception message
arg1 - - the root cause

GdataIndexerException

public GdataIndexerException(Throwable arg0)
Creates a new GdataIndexerException with a root cause

Parameters:
arg0 - - the root cause


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.