|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.lucene.gdata.search.index.GdataIndexerException
public class GdataIndexerException
This exception will be thrown if an exception in the indexing component occurs
| 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 |
|---|
public GdataIndexerException()
public GdataIndexerException(String arg0)
arg0 - -
exception message
public GdataIndexerException(String arg0,
Throwable arg1)
arg0 - -
exception messagearg1 - -
the root causepublic GdataIndexerException(Throwable arg0)
arg0 - -
the root cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||